#720547

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

Shades of Tyrian Purple #720547

Tints of Tyrian Purple #720547

Color information

#720547 (or 0x720547) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 47. RGB value is (114,5,71). Sum of RGB (Red+Green+Blue) = 114+5+71=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720547 is #8DFAB8. Grayscale: #2C2C2C. Windows color (decimal): -9304761 or 4654450. OLE color: 4654450.

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

Color convert

RGB114571-
CMYK00.960.380.55
HSL323.67º91.6%23.33%-
HSV(B)323.67º95.61%44.71%-
XYZ8.134.146.33-
YUV45.12142.61177.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=60%
G=2.63%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11457100.960.380.55323.6791.623.33
Hex7254706026371445c17
Octal16251070140466750413427
Binary1110010101100011101100000100110110111101000100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720547; }

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

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

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

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

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

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

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

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