#720B47

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

Shades of Tyrian Purple #720B47

Tints of Tyrian Purple #720B47

Color information

#720B47 (or 0x720B47) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 47. RGB value is (114,11,71). Sum of RGB (Red+Green+Blue) = 114+11+71=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #720B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B47 is #8DF4B8. Grayscale: #303030. Windows color (decimal): -9303225 or 4655986. OLE color: 4655986.

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

Color convert

RGB1141171-
CMYK00.900.380.55
HSL325.05º82.4%24.51%-
HSV(B)325.05º90.35%44.71%-
XYZ8.24.276.35-
YUV48.64140.62174.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=58.16%
G=5.61%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114117100.900.380.55325.0582.424.51
Hex72B4705A26371455219
Octal162131070132466750512231
Binary11100101011100011101011010100110110111101000101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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