#720b43

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

Shades of Tyrian Purple #720B43

Tints of Tyrian Purple #720B43

Color information

#720B43 (or 0x720B43) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 43. RGB value is (114,11,67). Sum of RGB (Red+Green+Blue) = 114+11+67=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #720B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B43 is #8DF4BC. Grayscale: #303030. Windows color (decimal): -9303229 or 4393842. OLE color: 4393842.

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

Color convert

RGB1141167-
CMYK00.900.410.55
HSL327.38º82.4%24.51%-
HSV(B)327.38º90.35%44.71%-
XYZ8.074.225.7-
YUV48.18138.62174.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=59.38%
G=5.73%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116700.900.410.55327.3882.424.51
Hex72B4305A29371475219
Octal162131030132516750712231
Binary11100101011100001101011010101001110111101000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720b43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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