#720049

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

Shades of Tyrian Purple #720049

Tints of Tyrian Purple #720049

Color information

#720049 (or 0x720049) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 49. RGB value is (114,0,73). Sum of RGB (Red+Green+Blue) = 114+0+73=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720049 is #8DFFB6. Grayscale: #2A2A2A. Windows color (decimal): -9306039 or 4784242. OLE color: 4784242.

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

Color convert

RGB114073-
CMYK010.360.55
HSL321.58º100%22.35%-
HSV(B)321.58º100%44.71%-
XYZ8.144.066.66-
YUV42.41145.27179.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=60.96%
G=0%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114073010.360.55321.5810022.35
Hex7204906424371426416
Octal16201110144446750214426
Binary11100100100100101100100100100110111101000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720049; }

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

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

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

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

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

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

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

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