#720C5E

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

Shades of Palatinate Purple #720C5E

Tints of Palatinate Purple #720C5E

Color information

#720C5E (or 0x720C5E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0C and 5E. RGB value is (114,12,94). Sum of RGB (Red+Green+Blue) = 114+12+94=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C5E is #8DF3A1. Grayscale: #333333. Windows color (decimal): -9302946 or 6163570. OLE color: 6163570.

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

Color convert

RGB1141294-
CMYK00.890.180.55
HSL311.76º80.95%24.71%-
HSV(B)311.76º89.47%44.71%-
XYZ9.094.6511.01-
YUV51.85151.79172.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=51.82%
G=5.45%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114129400.890.180.55311.7680.9524.71
Hex72C5E05912371385119
Octal162141360131226747012131
Binary1110010110010111100101100110010110111100111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,12,94); }

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

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

 a { background-color: rgb(114,12,94); }

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

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

 span { border-color: rgb(114,12,94); }

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