#77185F

Color #77185F Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #77185F

Tints of Palatinate Purple #77185F

Color information

#77185F (or 0x77185F) is unknown color: approx Palatinate Purple. HEX triplet: 77, 18 and 5F. RGB value is (119,24,95). Sum of RGB (Red+Green+Blue) = 119+24+95=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77185F is #88E7A0. Grayscale: #3C3C3C. Windows color (decimal): -8972193 or 6232183. OLE color: 6232183.

HSL color Cylindrical-coordinate representation of color #77185F: hue angle of 315.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77185F is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1192495-
CMYK00.800.200.53
HSL315.16º66.43%28.04%-
HSV(B)315.16º79.83%46.67%-
XYZ105.411.34-
YUV60.5147.47169.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=50%
G=10.08%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119249500.800.200.53315.1666.4328.04
Hex77185F050143513b421c
Octal167301370120246547310234
Binary11101111100010111110101000010100110101100111011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77185F; }

 p { color: rgb(119,24,95); }

 H1.HeaderClassName
 {
   color: #77185F;
 }
 .AnyTagClassName
 {
   color: #77185F;
 }
</style>
background-color css

<style>
 a { background-color: #77185F; }

 a { background-color: rgb(119,24,95); }

 div.DivClassName
 {
   background-color: #77185F;
 }
 .BgClassName
 {
   background-color: #77185F;
 }
</style>
border-color css

<style>
 span { border-color: #77185F; }

 span { border-color: rgb(119,24,95); }

 td.TdClassName
 {
   border-color: #77185F;
 }
 .TagClassName
 {
   border-color: #77185F;
 }
</style>