#720158

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

Shades of Tyrian Purple #720158

Tints of Tyrian Purple #720158

Color information

#720158 (or 0x720158) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 58. RGB value is (114,1,88). Sum of RGB (Red+Green+Blue) = 114+1+88=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720158 is #8DFEA7. Grayscale: #2C2C2C. Windows color (decimal): -9305768 or 5767538. OLE color: 5767538.

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

Color convert

RGB114188-
CMYK00.990.230.55
HSL313.81º98.26%22.55%-
HSV(B)313.81º99.12%44.71%-
XYZ8.714.39.6-
YUV44.7152.44177.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=56.16%
G=0.49%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418800.990.230.55313.8198.2622.55
Hex72158063173713a6217
Octal16211300143276747214227
Binary1110010110110000110001110111110111100111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720158; }

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

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

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

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

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

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

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

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