#722558

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

Shades of Palatinate Purple #722558

Tints of Palatinate Purple #722558

Color information

#722558 (or 0x722558) is unknown color: approx Palatinate Purple. HEX triplet: 72, 25 and 58. RGB value is (114,37,88). Sum of RGB (Red+Green+Blue) = 114+37+88=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #722558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722558 is #8DDAA7. Grayscale: #414141. Windows color (decimal): -9296552 or 5776754. OLE color: 5776754.

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

Color convert

RGB1143788-
CMYK00.680.230.55
HSL320.26º50.99%29.61%-
HSV(B)320.26º67.54%44.71%-
XYZ9.365.619.82-
YUV65.84140.51162.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=47.70%
G=15.48%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114378800.680.230.55320.2650.9929.61
Hex7225580441737140331e
Octal16245130010427675006336
Binary11100101001011011000010001001011111011110100000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722558; }

 p { color: rgb(114,37,88); }

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

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

 a { background-color: rgb(114,37,88); }

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

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

 span { border-color: rgb(114,37,88); }

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