#722066

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

Shades of Palatinate Purple #722066

Tints of Palatinate Purple #722066

Color information

#722066 (or 0x722066) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 66. RGB value is (114,32,102). Sum of RGB (Red+Green+Blue) = 114+32+102=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722066 is #8DDF99. Grayscale: #404040. Windows color (decimal): -9297818 or 6692978. OLE color: 6692978.

HSL color Cylindrical-coordinate representation of color #722066: hue angle of 308.78º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722066 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11432102-
CMYK00.720.110.55
HSL308.78º56.16%28.63%-
HSV(B)308.78º71.93%44.71%-
XYZ9.855.5713.13-
YUV64.5149.17163.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=45.97%
G=12.90%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143210200.720.110.55308.7856.1628.63
Hex722066048B37135381d
Octal16240146011013674657035
Binary1110010100000110011001001000101111011110011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722066; }

 p { color: rgb(114,32,102); }

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

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

 a { background-color: rgb(114,32,102); }

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

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

 span { border-color: rgb(114,32,102); }

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