#720459

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

Shades of Tyrian Purple #720459

Tints of Tyrian Purple #720459

Color information

#720459 (or 0x720459) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 59. RGB value is (114,4,89). Sum of RGB (Red+Green+Blue) = 114+4+89=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720459 is #8DFBA6. Grayscale: #2E2E2E. Windows color (decimal): -9304999 or 5833842. OLE color: 5833842.

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

Color convert

RGB114489-
CMYK00.960.220.55
HSL313.64º93.22%23.14%-
HSV(B)313.64º96.49%44.71%-
XYZ8.794.399.83-
YUV46.58151.94176.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=55.07%
G=1.93%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11448900.960.220.55313.6493.2223.14
Hex72459060163713a5d17
Octal16241310140266747213527
Binary111001010010110010110000010110110111100111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720459; }

 p { color: rgb(114,4,89); }

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

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

 a { background-color: rgb(114,4,89); }

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

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

 span { border-color: rgb(114,4,89); }

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