#722060

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

Shades of Palatinate Purple #722060

Tints of Palatinate Purple #722060

Color information

#722060 (or 0x722060) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 60. RGB value is (114,32,96). Sum of RGB (Red+Green+Blue) = 114+32+96=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #722060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722060 is #8DDF9F. Grayscale: #3F3F3F. Windows color (decimal): -9297824 or 6299762. OLE color: 6299762.

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

Color convert

RGB1143296-
CMYK00.720.160.55
HSL313.17º56.16%28.63%-
HSV(B)313.17º71.93%44.71%-
XYZ9.575.4511.61-
YUV63.81146.17163.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=47.11%
G=13.22%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114329600.720.160.55313.1756.1628.63
Hex7220600481037139381d
Octal16240140011020674717035
Binary11100101000001100000010010001000011011110011100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722060; }

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

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

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

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

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

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

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

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