#722359

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

Shades of Palatinate Purple #722359

Tints of Palatinate Purple #722359

Color information

#722359 (or 0x722359) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 59. RGB value is (114,35,89). Sum of RGB (Red+Green+Blue) = 114+35+89=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722359 is #8DDCA6. Grayscale: #404040. Windows color (decimal): -9297063 or 5841778. OLE color: 5841778.

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

Color convert

RGB1143589-
CMYK00.690.220.55
HSL318.99º53.02%29.22%-
HSV(B)318.99º69.3%44.71%-
XYZ9.345.510.02-
YUV64.78141.67163.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=47.90%
G=14.71%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114358900.690.220.55318.9953.0229.22
Hex722359045163713f351d
Octal16243131010526674776535
Binary11100101000111011001010001011011011011110011111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722359; }

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

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

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

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

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

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

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

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