#720151

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

Shades of Tyrian Purple #720151

Tints of Tyrian Purple #720151

Color information

#720151 (or 0x720151) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 51. RGB value is (114,1,81). Sum of RGB (Red+Green+Blue) = 114+1+81=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #720151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720151 is #8DFEAE. Grayscale: #2B2B2B. Windows color (decimal): -9305775 or 5308786. OLE color: 5308786.

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

Color convert

RGB114181-
CMYK00.990.290.55
HSL317.52º98.26%22.55%-
HSV(B)317.52º99.12%44.71%-
XYZ8.444.198.15-
YUV43.91148.94178-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=58.16%
G=0.51%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418100.990.290.55317.5298.2622.55
Hex721510631D3713e6217
Octal16211210143356747614227
Binary1110010110100010110001111101110111100111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720151; }

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

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

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

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

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

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

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

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