#772168

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

Shades of Palatinate Purple #772168

Tints of Palatinate Purple #772168

Color information

#772168 (or 0x772168) is unknown color: approx Palatinate Purple. HEX triplet: 77, 21 and 68. RGB value is (119,33,104). Sum of RGB (Red+Green+Blue) = 119+33+104=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772168 is #88DE97. Grayscale: #424242. Windows color (decimal): -8969880 or 6824311. OLE color: 6824311.

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

Color convert

RGB11933104-
CMYK00.720.130.53
HSL310.47º56.58%29.8%-
HSV(B)310.47º72.27%46.67%-
XYZ10.656.0113.7-
YUV66.81148.99165.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=46.48%
G=12.89%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193310400.720.130.53310.4756.5829.8
Hex772168048D35136391e
Octal16741150011015654667136
Binary1110111100001110100001001000110111010110011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772168; }

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

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

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

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

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

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

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

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