#720A5A

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

Shades of Palatinate Purple #720A5A

Tints of Palatinate Purple #720A5A

Color information

#720A5A (or 0x720A5A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0A and 5A. RGB value is (114,10,90). Sum of RGB (Red+Green+Blue) = 114+10+90=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #720A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A5A is #8DF5A5. Grayscale: #313131. Windows color (decimal): -9303462 or 5900914. OLE color: 5900914.

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

Color convert

RGB1141090-
CMYK00.910.210.55
HSL313.85º83.87%24.31%-
HSV(B)313.85º91.23%44.71%-
XYZ8.894.5310.08-
YUV50.22150.46173.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=53.27%
G=4.67%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114109000.910.210.55313.8583.8724.31
Hex72A5A05B153713a5418
Octal162121320133256747212430
Binary1110010101010110100101101110101110111100111010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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