#72044A

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

Shades of Tyrian Purple #72044A

Tints of Tyrian Purple #72044A

Color information

#72044A (or 0x72044A) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 4A. RGB value is (114,4,74). Sum of RGB (Red+Green+Blue) = 114+4+74=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72044A is #8DFBB5. Grayscale: #2C2C2C. Windows color (decimal): -9305014 or 4850802. OLE color: 4850802.

HSL color Cylindrical-coordinate representation of color #72044A: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72044A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB114474-
CMYK00.960.350.55
HSL321.82º93.22%23.14%-
HSV(B)321.82º96.49%44.71%-
XYZ8.224.166.85-
YUV44.87144.44177.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=59.38%
G=2.08%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447400.960.350.55321.8293.2223.14
Hex7244A06023371425d17
Octal16241120140436750213527
Binary1110010100100101001100000100011110111101000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72044A; }

 p { color: rgb(114,4,74); }

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

<style>
 a { background-color: #72044A; }

 a { background-color: rgb(114,4,74); }

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

<style>
 span { border-color: #72044A; }

 span { border-color: rgb(114,4,74); }

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