#720E5A

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

Shades of Palatinate Purple #720E5A

Tints of Palatinate Purple #720E5A

Color information

#720E5A (or 0x720E5A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0E and 5A. RGB value is (114,14,90). Sum of RGB (Red+Green+Blue) = 114+14+90=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #720E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E5A is #8DF1A5. Grayscale: #343434. Windows color (decimal): -9302438 or 5901938. OLE color: 5901938.

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

Color convert

RGB1141490-
CMYK00.880.210.55
HSL314.4º78.12%25.1%-
HSV(B)314.4º87.72%44.71%-
XYZ8.944.6310.1-
YUV52.56149.13171.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=52.29%
G=6.42%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114149000.880.210.55314.478.1225.1
Hex72E5A058153713a4e19
Octal162161320130256747211631
Binary1110010111010110100101100010101110111100111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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