#720B52

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

Shades of Tyrian Purple #720B52

Tints of Tyrian Purple #720B52

Color information

#720B52 (or 0x720B52) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 52. RGB value is (114,11,82). Sum of RGB (Red+Green+Blue) = 114+11+82=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720B52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B52 is #8DF4AD. Grayscale: #313131. Windows color (decimal): -9303214 or 5376882. OLE color: 5376882.

HSL color Cylindrical-coordinate representation of color #720B52: hue angle of 318.64º 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 #720B52 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1141182-
CMYK00.900.280.55
HSL318.64º82.4%24.51%-
HSV(B)318.64º90.35%44.71%-
XYZ8.584.438.38-
YUV49.89146.12173.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=55.07%
G=5.31%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114118200.900.280.55318.6482.424.51
Hex72B5205A1C3713f5219
Octal162131220132346747712231
Binary1110010101110100100101101011100110111100111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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