#720A59

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

Shades of Palatinate Purple #720A59

Tints of Palatinate Purple #720A59

Color information

#720A59 (or 0x720A59) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0A and 59. RGB value is (114,10,89). Sum of RGB (Red+Green+Blue) = 114+10+89=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #720A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A59 is #8DF5A6. Grayscale: #313131. Windows color (decimal): -9303463 or 5835378. OLE color: 5835378.

HSL color Cylindrical-coordinate representation of color #720A59: hue angle of 314.42º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A59 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1141089-
CMYK00.910.220.55
HSL314.42º83.87%24.31%-
HSV(B)314.42º91.23%44.71%-
XYZ8.854.529.86-
YUV50.1149.96173.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=53.52%
G=4.69%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114108900.910.220.55314.4283.8724.31
Hex72A5905B163713a5418
Octal162121310133266747212430
Binary1110010101010110010101101110110110111100111010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A59; }

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

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

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

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

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

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

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

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