#72054D

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

Shades of Tyrian Purple #72054D

Tints of Tyrian Purple #72054D

Color information

#72054D (or 0x72054D) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 4D. RGB value is (114,5,77). Sum of RGB (Red+Green+Blue) = 114+5+77=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72054D is #8DFAB2. Grayscale: #2D2D2D. Windows color (decimal): -9304755 or 5047666. OLE color: 5047666.

HSL color Cylindrical-coordinate representation of color #72054D: hue angle of 320.37º degrees, saturation: 0.92, 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 #72054D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB114577-
CMYK00.960.320.55
HSL320.37º91.6%23.33%-
HSV(B)320.37º95.61%44.71%-
XYZ8.334.227.4-
YUV45.8145.61176.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=58.16%
G=2.55%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11457700.960.320.55320.3791.623.33
Hex7254D06020371405c17
Octal16251150140406750013427
Binary1110010101100110101100000100000110111101000000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72054D; }

 p { color: rgb(114,5,77); }

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

<style>
 a { background-color: #72054D; }

 a { background-color: rgb(114,5,77); }

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

<style>
 span { border-color: #72054D; }

 span { border-color: rgb(114,5,77); }

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