#72024A

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

Shades of Tyrian Purple #72024A

Tints of Tyrian Purple #72024A

Color information

#72024A (or 0x72024A) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 4A. RGB value is (114,2,74). Sum of RGB (Red+Green+Blue) = 114+2+74=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72024A is #8DFDB5. Grayscale: #2B2B2B. Windows color (decimal): -9305526 or 4850290. OLE color: 4850290.

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

Color convert

RGB114274-
CMYK00.980.350.55
HSL321.43º96.55%22.75%-
HSV(B)321.43º98.25%44.71%-
XYZ8.24.126.84-
YUV43.7145.11178.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=60%
G=1.05%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11427400.980.350.55321.4396.5522.75
Hex7224A06223371416117
Octal16221120142436750114127
Binary111001010100101001100010100011110111101000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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