#722259

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

Shades of Palatinate Purple #722259

Tints of Palatinate Purple #722259

Color information

#722259 (or 0x722259) is unknown color: approx Palatinate Purple. HEX triplet: 72, 22 and 59. RGB value is (114,34,89). Sum of RGB (Red+Green+Blue) = 114+34+89=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #722259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722259 is #8DDDA6. Grayscale: #404040. Windows color (decimal): -9297319 or 5841522. OLE color: 5841522.

HSL color Cylindrical-coordinate representation of color #722259: hue angle of 318.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722259 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1143489-
CMYK00.700.220.55
HSL318.75º54.05%29.02%-
HSV(B)318.75º70.18%44.71%-
XYZ9.315.4410.01-
YUV64.19142163.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=48.10%
G=14.35%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114348900.700.220.55318.7554.0529.02
Hex722259046163713f361d
Octal16242131010626674776635
Binary11100101000101011001010001101011011011110011111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722259; }

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

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

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

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

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

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

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

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