#720451

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

Shades of Tyrian Purple #720451

Tints of Tyrian Purple #720451

Color information

#720451 (or 0x720451) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 51. RGB value is (114,4,81). Sum of RGB (Red+Green+Blue) = 114+4+81=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720451 is #8DFBAE. Grayscale: #2D2D2D. Windows color (decimal): -9305007 or 5309554. OLE color: 5309554.

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

Color convert

RGB114481-
CMYK00.960.290.55
HSL318º93.22%23.14%-
HSV(B)318º96.49%44.71%-
XYZ8.474.268.16-
YUV45.67147.94176.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=57.29%
G=2.01%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11448100.960.290.5531893.2223.14
Hex724510601D3713e5d17
Octal16241210140356747613527
Binary111001010010100010110000011101110111100111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720451; }

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

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

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

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

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

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

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

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