#720E5B

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

Shades of Palatinate Purple #720E5B

Tints of Palatinate Purple #720E5B

Color information

#720E5B (or 0x720E5B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0E and 5B. RGB value is (114,14,91). Sum of RGB (Red+Green+Blue) = 114+14+91=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E5B is #8DF1A4. Grayscale: #343434. Windows color (decimal): -9302437 or 5967474. OLE color: 5967474.

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

Color convert

RGB1141491-
CMYK00.880.200.55
HSL313.8º78.12%25.1%-
HSV(B)313.8º87.72%44.71%-
XYZ8.984.6510.32-
YUV52.68149.63171.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=52.05%
G=6.39%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114149100.880.200.55313.878.1225.1
Hex72E5B058143713a4e19
Octal162161330130246747211631
Binary1110010111010110110101100010100110111100111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,14,91); }

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

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

 a { background-color: rgb(114,14,91); }

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

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

 span { border-color: rgb(114,14,91); }

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