#77115A

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

Shades of Palatinate Purple #77115A

Tints of Palatinate Purple #77115A

Color information

#77115A (or 0x77115A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 11 and 5A. RGB value is (119,17,90). Sum of RGB (Red+Green+Blue) = 119+17+90=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77115A is #88EEA5. Grayscale: #373737. Windows color (decimal): -8973990 or 5902711. OLE color: 5902711.

HSL color Cylindrical-coordinate representation of color #77115A: hue angle of 317.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77115A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1191790-
CMYK00.860.240.53
HSL317.06º75%26.67%-
HSV(B)317.06º85.71%46.67%-
XYZ9.655.0610.14-
YUV55.82147.29173.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 17 (7.03% from 255) = 7.52%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=52.65%
G=7.52%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119179000.860.240.53317.067526.67
Hex77115A056183513d4b1b
Octal167211320126306547511333
Binary11101111000110110100101011011000110101100111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77115A; }

 p { color: rgb(119,17,90); }

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

<style>
 a { background-color: #77115A; }

 a { background-color: rgb(119,17,90); }

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

<style>
 span { border-color: #77115A; }

 span { border-color: rgb(119,17,90); }

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