#720B5C

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

Shades of Palatinate Purple #720B5C

Tints of Palatinate Purple #720B5C

Color information

#720B5C (or 0x720B5C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0B and 5C. RGB value is (114,11,92). Sum of RGB (Red+Green+Blue) = 114+11+92=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B5C is #8DF4A3. Grayscale: #323232. Windows color (decimal): -9303204 or 6032242. OLE color: 6032242.

HSL color Cylindrical-coordinate representation of color #720B5C: hue angle of 312.82º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B5C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1141192-
CMYK00.900.190.55
HSL312.82º82.4%24.51%-
HSV(B)312.82º90.35%44.71%-
XYZ8.994.5910.54-
YUV51.03151.12172.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=52.53%
G=5.07%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114119200.900.190.55312.8282.424.51
Hex72B5C05A13371395219
Octal162131340132236747112231
Binary1110010101110111000101101010011110111100111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,11,92); }

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

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

 a { background-color: rgb(114,11,92); }

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

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

 span { border-color: rgb(114,11,92); }

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