#720A5B

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

Shades of Palatinate Purple #720A5B

Tints of Palatinate Purple #720A5B

Color information

#720A5B (or 0x720A5B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0A and 5B. RGB value is (114,10,91). Sum of RGB (Red+Green+Blue) = 114+10+91=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #720A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A5B is #8DF5A4. Grayscale: #323232. Windows color (decimal): -9303461 or 5966450. OLE color: 5966450.

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

Color convert

RGB1141091-
CMYK00.910.200.55
HSL313.27º83.87%24.31%-
HSV(B)313.27º91.23%44.71%-
XYZ8.944.5510.3-
YUV50.33150.96173.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=53.02%
G=4.65%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114109100.910.200.55313.2783.8724.31
Hex72A5B05B14371395418
Octal162121330133246747112430
Binary1110010101010110110101101110100110111100111001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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