#77216B

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

Shades of Palatinate Purple #77216B

Tints of Palatinate Purple #77216B

Color information

#77216B (or 0x77216B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 21 and 6B. RGB value is (119,33,107). Sum of RGB (Red+Green+Blue) = 119+33+107=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77216B is #88DE94. Grayscale: #424242. Windows color (decimal): -8969877 or 7020919. OLE color: 7020919.

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

Color convert

RGB11933107-
CMYK00.720.100.53
HSL308.37º56.58%29.8%-
HSV(B)308.37º72.27%46.67%-
XYZ10.816.0714.51-
YUV67.15150.49164.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=45.95%
G=12.74%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193310700.720.100.53308.3756.5829.8
Hex77216B048A35134391e
Octal16741153011012654647136
Binary1110111100001110101101001000101011010110011010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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