#720F57

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

Shades of Palatinate Purple #720F57

Tints of Palatinate Purple #720F57

Color information

#720F57 (or 0x720F57) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0F and 57. RGB value is (114,15,87). Sum of RGB (Red+Green+Blue) = 114+15+87=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F57 is #8DF0A8. Grayscale: #343434. Windows color (decimal): -9302185 or 5705586. OLE color: 5705586.

HSL color Cylindrical-coordinate representation of color #720F57: hue angle of 316.36º 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 #720F57 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1141587-
CMYK00.870.240.55
HSL316.36º76.74%25.29%-
HSV(B)316.36º86.84%44.71%-
XYZ8.834.619.44-
YUV52.81147.3171.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=52.78%
G=6.94%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114158700.870.240.55316.3676.7425.29
Hex72F57057183713c4d19
Octal162171270127306747411531
Binary1110010111110101110101011111000110111100111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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