#720549

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

Shades of Tyrian Purple #720549

Tints of Tyrian Purple #720549

Color information

#720549 (or 0x720549) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 49. RGB value is (114,5,73). Sum of RGB (Red+Green+Blue) = 114+5+73=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #720549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720549 is #8DFAB6. Grayscale: #2D2D2D. Windows color (decimal): -9304759 or 4785522. OLE color: 4785522.

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

Color convert

RGB114573-
CMYK00.960.360.55
HSL322.57º91.6%23.33%-
HSV(B)322.57º95.61%44.71%-
XYZ8.24.176.68-
YUV45.34143.61176.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=59.38%
G=2.60%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11457300.960.360.55322.5791.623.33
Hex7254906024371435c17
Octal16251110140446750313427
Binary1110010101100100101100000100100110111101000011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720549; }

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

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

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

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

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

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

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

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