#77165C

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

Shades of Palatinate Purple #77165C

Tints of Palatinate Purple #77165C

Color information

#77165C (or 0x77165C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 16 and 5C. RGB value is (119,22,92). Sum of RGB (Red+Green+Blue) = 119+22+92=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77165C is #88E9A3. Grayscale: #3A3A3A. Windows color (decimal): -8972708 or 6035063. OLE color: 6035063.

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

Color convert

RGB1192292-
CMYK00.820.230.53
HSL316.7º68.79%27.65%-
HSV(B)316.7º81.51%46.67%-
XYZ9.835.2710.62-
YUV58.98146.64170.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=51.07%
G=9.44%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119229200.820.230.53316.768.7927.65
Hex77165C052173513d451c
Octal167261340122276547510534
Binary11101111011010111000101001010111110101100111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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