#72044C

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

Shades of Tyrian Purple #72044C

Tints of Tyrian Purple #72044C

Color information

#72044C (or 0x72044C) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 4C. RGB value is (114,4,76). Sum of RGB (Red+Green+Blue) = 114+4+76=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72044C is #8DFBB3. Grayscale: #2C2C2C. Windows color (decimal): -9305012 or 4981874. OLE color: 4981874.

HSL color Cylindrical-coordinate representation of color #72044C: hue angle of 320.73º 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 #72044C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB114476-
CMYK00.960.330.55
HSL320.73º93.22%23.14%-
HSV(B)320.73º96.49%44.71%-
XYZ8.294.197.21-
YUV45.1145.44177.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=58.76%
G=2.06%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447600.960.330.55320.7393.2223.14
Hex7244C06021371415d17
Octal16241140140416750113527
Binary1110010100100110001100000100001110111101000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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