#720154

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

Shades of Tyrian Purple #720154

Tints of Tyrian Purple #720154

Color information

#720154 (or 0x720154) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 54. RGB value is (114,1,84). Sum of RGB (Red+Green+Blue) = 114+1+84=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720154 is #8DFEAB. Grayscale: #2C2C2C. Windows color (decimal): -9305772 or 5505394. OLE color: 5505394.

HSL color Cylindrical-coordinate representation of color #720154: hue angle of 315.93º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720154 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB114184-
CMYK00.990.260.55
HSL315.93º98.26%22.55%-
HSV(B)315.93º99.12%44.71%-
XYZ8.554.248.76-
YUV44.25150.44177.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=57.29%
G=0.50%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418400.990.260.55315.9398.2622.55
Hex721540631A3713c6217
Octal16211240143326747414227
Binary1110010110101000110001111010110111100111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720154; }

 p { color: rgb(114,1,84); }

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

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

 a { background-color: rgb(114,1,84); }

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

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

 span { border-color: rgb(114,1,84); }

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