#722666

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

Shades of Palatinate Purple #722666

Tints of Palatinate Purple #722666

Color information

#722666 (or 0x722666) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 66. RGB value is (114,38,102). Sum of RGB (Red+Green+Blue) = 114+38+102=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #722666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722666 is #8DD999. Grayscale: #434343. Windows color (decimal): -9296282 or 6694514. OLE color: 6694514.

HSL color Cylindrical-coordinate representation of color #722666: hue angle of 309.47º 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 #722666 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11438102-
CMYK00.670.110.55
HSL309.47º50%29.8%-
HSV(B)309.47º66.67%44.71%-
XYZ10.035.9213.18-
YUV68.02147.18160.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=44.88%
G=14.96%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143810200.670.110.55309.475029.8
Hex722666043B37135321e
Octal16246146010313674656236
Binary1110010100110110011001000011101111011110011010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722666; }

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

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

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

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

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

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

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

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