#72054C

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

Shades of Tyrian Purple #72054C

Tints of Tyrian Purple #72054C

Color information

#72054C (or 0x72054C) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 4C. RGB value is (114,5,76). Sum of RGB (Red+Green+Blue) = 114+5+76=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72054C is #8DFAB3. Grayscale: #2D2D2D. Windows color (decimal): -9304756 or 4982130. OLE color: 4982130.

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

Color convert

RGB114576-
CMYK00.960.330.55
HSL320.92º91.6%23.33%-
HSV(B)320.92º95.61%44.71%-
XYZ8.34.217.21-
YUV45.68145.11176.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=58.46%
G=2.56%
B=38.97%

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
Decimal11457600.960.330.55320.9291.623.33
Hex7254C06021371415c17
Octal16251140140416750113427
Binary1110010101100110001100000100001110111101000001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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