#720155

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

Shades of Tyrian Purple #720155

Tints of Tyrian Purple #720155

Color information

#720155 (or 0x720155) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 55. RGB value is (114,1,85). Sum of RGB (Red+Green+Blue) = 114+1+85=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #720155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720155 is #8DFEAA. Grayscale: #2C2C2C. Windows color (decimal): -9305771 or 5570930. OLE color: 5570930.

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

Color convert

RGB114185-
CMYK00.990.250.55
HSL315.4º98.26%22.55%-
HSV(B)315.4º99.12%44.71%-
XYZ8.594.258.96-
YUV44.36150.94177.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=57%
G=0.5%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418500.990.250.55315.498.2622.55
Hex72155063193713b6217
Octal16211250143316747314227
Binary1110010110101010110001111001110111100111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720155; }

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

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

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

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

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

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

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

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