#720F5D

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

Shades of Palatinate Purple #720F5D

Tints of Palatinate Purple #720F5D

Color information

#720F5D (or 0x720F5D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0F and 5D. RGB value is (114,15,93). Sum of RGB (Red+Green+Blue) = 114+15+93=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F5D is #8DF0A2. Grayscale: #353535. Windows color (decimal): -9302179 or 6098802. OLE color: 6098802.

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

Color convert

RGB1141593-
CMYK00.870.180.55
HSL312.73º76.74%25.29%-
HSV(B)312.73º86.84%44.71%-
XYZ9.094.7110.79-
YUV53.49150.3171.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 15 (6.25% from 255) = 6.76%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=51.35%
G=6.76%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114159300.870.180.55312.7376.7425.29
Hex72F5D05712371394d19
Octal162171350127226747111531
Binary1110010111110111010101011110010110111100111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,15,93); }

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

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

 a { background-color: rgb(114,15,93); }

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

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

 span { border-color: rgb(114,15,93); }

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