#77115B

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

Shades of Palatinate Purple #77115B

Tints of Palatinate Purple #77115B

Color information

#77115B (or 0x77115B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 11 and 5B. RGB value is (119,17,91). Sum of RGB (Red+Green+Blue) = 119+17+91=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77115B is #88EEA4. Grayscale: #373737. Windows color (decimal): -8973989 or 5968247. OLE color: 5968247.

HSL color Cylindrical-coordinate representation of color #77115B: hue angle of 316.47º 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 #77115B is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1191791-
CMYK00.860.240.53
HSL316.47º75%26.67%-
HSV(B)316.47º85.71%46.67%-
XYZ9.75.0810.37-
YUV55.93147.79172.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=52.42%
G=7.49%
B=40.09%

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
Decimal119179100.860.240.53316.477526.67
Hex77115B056183513c4b1b
Octal167211330126306547411333
Binary11101111000110110110101011011000110101100111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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