#720F59

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

Shades of Palatinate Purple #720F59

Tints of Palatinate Purple #720F59

Color information

#720F59 (or 0x720F59) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0F and 59. RGB value is (114,15,89). Sum of RGB (Red+Green+Blue) = 114+15+89=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #720F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F59 is #8DF0A6. Grayscale: #343434. Windows color (decimal): -9302183 or 5836658. OLE color: 5836658.

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

Color convert

RGB1141589-
CMYK00.870.220.55
HSL315.15º76.74%25.29%-
HSV(B)315.15º86.84%44.71%-
XYZ8.914.649.88-
YUV53.04148.3171.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=52.29%
G=6.88%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114158900.870.220.55315.1576.7425.29
Hex72F59057163713b4d19
Octal162171310127266747311531
Binary1110010111110110010101011110110110111100111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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