#720B44

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

Shades of Tyrian Purple #720B44

Tints of Tyrian Purple #720B44

Color information

#720B44 (or 0x720B44) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 44. RGB value is (114,11,68). Sum of RGB (Red+Green+Blue) = 114+11+68=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B44 is #8DF4BB. Grayscale: #303030. Windows color (decimal): -9303228 or 4459378. OLE color: 4459378.

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

Color convert

RGB1141168-
CMYK00.900.400.55
HSL326.8º82.4%24.51%-
HSV(B)326.8º90.35%44.71%-
XYZ8.14.235.86-
YUV48.3139.12174.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=59.07%
G=5.70%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116800.900.400.55326.882.424.51
Hex72B4405A28371475219
Octal162131040132506750712231
Binary11100101011100010001011010101000110111101000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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