#722966

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

Shades of Palatinate Purple #722966

Tints of Palatinate Purple #722966

Color information

#722966 (or 0x722966) is unknown color: approx Palatinate Purple. HEX triplet: 72, 29 and 66. RGB value is (114,41,102). Sum of RGB (Red+Green+Blue) = 114+41+102=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #722966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722966 is #8DD699. Grayscale: #454545. Windows color (decimal): -9295514 or 6695282. OLE color: 6695282.

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

Color convert

RGB11441102-
CMYK00.640.110.55
HSL309.86º47.1%30.39%-
HSV(B)309.86º64.04%44.71%-
XYZ10.136.1213.22-
YUV69.78146.18159.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=44.36%
G=15.95%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144110200.640.110.55309.8647.130.39
Hex722966040B371362f1e
Octal16251146010013674665736
Binary1110010101001110011001000000101111011110011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722966; }

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

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

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

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

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

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

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

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