#72044F

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

Shades of Tyrian Purple #72044F

Tints of Tyrian Purple #72044F

Color information

#72044F (or 0x72044F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 4F. RGB value is (114,4,79). Sum of RGB (Red+Green+Blue) = 114+4+79=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72044F is #8DFBB0. Grayscale: #2D2D2D. Windows color (decimal): -9305009 or 5178482. OLE color: 5178482.

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

Color convert

RGB114479-
CMYK00.960.310.55
HSL319.09º93.22%23.14%-
HSV(B)319.09º96.49%44.71%-
XYZ8.394.237.77-
YUV45.44146.94176.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=57.87%
G=2.03%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447900.960.310.55319.0993.2223.14
Hex7244F0601F3713f5d17
Octal16241170140376747713527
Binary111001010010011110110000011111110111100111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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