#720949

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

Shades of Tyrian Purple #720949

Tints of Tyrian Purple #720949

Color information

#720949 (or 0x720949) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 49. RGB value is (114,9,73). Sum of RGB (Red+Green+Blue) = 114+9+73=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #720949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720949 is #8DF6B6. Grayscale: #2F2F2F. Windows color (decimal): -9303735 or 4786546. OLE color: 4786546.

HSL color Cylindrical-coordinate representation of color #720949: hue angle of 323.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720949 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB114973-
CMYK00.920.360.55
HSL323.43º85.37%24.12%-
HSV(B)323.43º92.11%44.71%-
XYZ8.244.256.69-
YUV47.69142.29175.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=58.16%
G=4.59%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11497300.920.360.55323.4385.3724.12
Hex7294905C24371435518
Octal162111110134446750312530
Binary11100101001100100101011100100100110111101000011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720949; }

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

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

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

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

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

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

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

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