#77165D

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

Shades of Palatinate Purple #77165D

Tints of Palatinate Purple #77165D

Color information

#77165D (or 0x77165D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 16 and 5D. RGB value is (119,22,93). Sum of RGB (Red+Green+Blue) = 119+22+93=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77165D is #88E9A2. Grayscale: #3A3A3A. Windows color (decimal): -8972707 or 6100599. OLE color: 6100599.

HSL color Cylindrical-coordinate representation of color #77165D: hue angle of 316.08º 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 #77165D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1192293-
CMYK00.820.220.53
HSL316.08º68.79%27.65%-
HSV(B)316.08º81.51%46.67%-
XYZ9.875.2910.86-
YUV59.1147.14170.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=50.85%
G=9.40%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119229300.820.220.53316.0868.7927.65
Hex77165D052163513c451c
Octal167261350122266547410534
Binary11101111011010111010101001010110110101100111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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