#720B51

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

Shades of Tyrian Purple #720B51

Tints of Tyrian Purple #720B51

Color information

#720B51 (or 0x720B51) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 51. RGB value is (114,11,81). Sum of RGB (Red+Green+Blue) = 114+11+81=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #720B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B51 is #8DF4AE. Grayscale: #313131. Windows color (decimal): -9303215 or 5311346. OLE color: 5311346.

HSL color Cylindrical-coordinate representation of color #720B51: hue angle of 319.22º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B51 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1141181-
CMYK00.900.290.55
HSL319.22º82.4%24.51%-
HSV(B)319.22º90.35%44.71%-
XYZ8.544.418.19-
YUV49.78145.62173.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=55.34%
G=5.34%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114118100.900.290.55319.2282.424.51
Hex72B5105A1D3713f5219
Octal162131210132356747712231
Binary1110010101110100010101101011101110111100111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720B51; }

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

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

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

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

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

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

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

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