#720B53

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

Shades of Tyrian Purple #720B53

Tints of Tyrian Purple #720B53

Color information

#720B53 (or 0x720B53) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 53. RGB value is (114,11,83). Sum of RGB (Red+Green+Blue) = 114+11+83=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B53 is #8DF4AC. Grayscale: #313131. Windows color (decimal): -9303213 or 5442418. OLE color: 5442418.

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

Color convert

RGB1141183-
CMYK00.900.270.55
HSL318.06º82.4%24.51%-
HSV(B)318.06º90.35%44.71%-
XYZ8.624.448.59-
YUV50146.62173.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 11 (4.69% from 255) = 5.29%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=54.81%
G=5.29%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114118300.900.270.55318.0682.424.51
Hex72B5305A1B3713e5219
Octal162131230132336747612231
Binary1110010101110100110101101011011110111100111110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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