#77175C

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

Shades of Palatinate Purple #77175C

Tints of Palatinate Purple #77175C

Color information

#77175C (or 0x77175C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 17 and 5C. RGB value is (119,23,92). Sum of RGB (Red+Green+Blue) = 119+23+92=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77175C is #88E8A3. Grayscale: #3B3B3B. Windows color (decimal): -8972452 or 6035319. OLE color: 6035319.

HSL color Cylindrical-coordinate representation of color #77175C: hue angle of 316.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77175C is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1192392-
CMYK00.810.230.53
HSL316.88º67.61%27.84%-
HSV(B)316.88º80.67%46.67%-
XYZ9.855.3110.63-
YUV59.57146.3170.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=50.85%
G=9.83%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119239200.810.230.53316.8867.6127.84
Hex77175C051173513d441c
Octal167271340121276547510434
Binary11101111011110111000101000110111110101100111101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77175C; }

 p { color: rgb(119,23,92); }

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

<style>
 a { background-color: #77175C; }

 a { background-color: rgb(119,23,92); }

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

<style>
 span { border-color: #77175C; }

 span { border-color: rgb(119,23,92); }

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