#720D52

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

Shades of Tyrian Purple #720D52

Tints of Tyrian Purple #720D52

Color information

#720D52 (or 0x720D52) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0D and 52. RGB value is (114,13,82). Sum of RGB (Red+Green+Blue) = 114+13+82=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D52 is #8DF2AD. Grayscale: #323232. Windows color (decimal): -9302702 or 5377394. OLE color: 5377394.

HSL color Cylindrical-coordinate representation of color #720D52: hue angle of 319.01º degrees, saturation: 0.8, 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 #720D52 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1141382-
CMYK00.890.280.55
HSL319.01º79.53%24.9%-
HSV(B)319.01º88.6%44.71%-
XYZ8.614.478.39-
YUV51.06145.46172.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=54.55%
G=6.22%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114138200.890.280.55319.0179.5324.9
Hex72D520591C3713f5019
Octal162151220131346747712031
Binary1110010110110100100101100111100110111100111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,13,82); }

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

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

 a { background-color: rgb(114,13,82); }

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

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

 span { border-color: rgb(114,13,82); }

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