#77215B

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

Shades of Palatinate Purple #77215B

Tints of Palatinate Purple #77215B

Color information

#77215B (or 0x77215B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 21 and 5B. RGB value is (119,33,91). Sum of RGB (Red+Green+Blue) = 119+33+91=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77215B is #88DEA4. Grayscale: #414141. Windows color (decimal): -8969893 or 5972343. OLE color: 5972343.

HSL color Cylindrical-coordinate representation of color #77215B: hue angle of 319.53º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77215B is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1193391-
CMYK00.720.240.53
HSL319.53º56.58%29.8%-
HSV(B)319.53º72.27%46.67%-
XYZ10.045.7610.48-
YUV65.33142.49166.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=48.97%
G=13.58%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119339100.720.240.53319.5356.5829.8
Hex77215B0481835140391e
Octal16741133011030655007136
Binary11101111000011011011010010001100011010110100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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