#720E45

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

Shades of Tyrian Purple #720E45

Tints of Tyrian Purple #720E45

Color information

#720E45 (or 0x720E45) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0E and 45. RGB value is (114,14,69). Sum of RGB (Red+Green+Blue) = 114+14+69=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #720E45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E45 is #8DF1BA. Grayscale: #323232. Windows color (decimal): -9302459 or 4525682. OLE color: 4525682.

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

Color convert

RGB1141469-
CMYK00.880.390.55
HSL327º78.12%25.1%-
HSV(B)327º87.72%44.71%-
XYZ8.174.326.03-
YUV50.17138.63173.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=57.87%
G=7.11%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114146900.880.390.5532778.1225.1
Hex72E4505827371474e19
Octal162161050130476750711631
Binary11100101110100010101011000100111110111101000111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,14,69); }

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

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

 a { background-color: rgb(114,14,69); }

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

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

 span { border-color: rgb(114,14,69); }

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