#722662

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

Shades of Palatinate Purple #722662

Tints of Palatinate Purple #722662

Color information

#722662 (or 0x722662) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 62. RGB value is (114,38,98). Sum of RGB (Red+Green+Blue) = 114+38+98=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722662 is #8DD99D. Grayscale: #434343. Windows color (decimal): -9296286 or 6432370. OLE color: 6432370.

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

Color convert

RGB1143898-
CMYK00.670.140.55
HSL312.63º50%29.8%-
HSV(B)312.63º66.67%44.71%-
XYZ9.845.8512.17-
YUV67.56145.18161.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=45.6%
G=15.2%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114389800.670.140.55312.635029.8
Hex722662043E37139321e
Octal16246142010316674716236
Binary1110010100110110001001000011111011011110011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722662; }

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

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

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

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

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

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

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

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