#722059

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

Shades of Palatinate Purple #722059

Tints of Palatinate Purple #722059

Color information

#722059 (or 0x722059) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 59. RGB value is (114,32,89). Sum of RGB (Red+Green+Blue) = 114+32+89=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722059 is #8DDFA6. Grayscale: #3E3E3E. Windows color (decimal): -9297831 or 5841010. OLE color: 5841010.

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

Color convert

RGB1143289-
CMYK00.720.220.55
HSL318.29º56.16%28.63%-
HSV(B)318.29º71.93%44.71%-
XYZ9.265.339.99-
YUV63.02142.67164.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=48.51%
G=13.62%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114328900.720.220.55318.2956.1628.63
Hex722059048163713e381d
Octal16240131011026674767035
Binary11100101000001011001010010001011011011110011111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722059; }

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

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

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

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

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

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

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

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