#722664

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

Shades of Palatinate Purple #722664

Tints of Palatinate Purple #722664

Color information

#722664 (or 0x722664) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 64. RGB value is (114,38,100). Sum of RGB (Red+Green+Blue) = 114+38+100=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #722664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722664 is #8DD99B. Grayscale: #434343. Windows color (decimal): -9296284 or 6563442. OLE color: 6563442.

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

Color convert

RGB11438100-
CMYK00.670.120.55
HSL311.05º50%29.8%-
HSV(B)311.05º66.67%44.71%-
XYZ9.935.8812.67-
YUV67.79146.18160.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=45.24%
G=15.08%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143810000.670.120.55311.055029.8
Hex722664043C37137321e
Octal16246144010314674676236
Binary1110010100110110010001000011110011011110011011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722664; }

 p { color: rgb(114,38,100); }

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

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

 a { background-color: rgb(114,38,100); }

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

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

 span { border-color: rgb(114,38,100); }

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