#720B40

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

Shades of Tyrian Purple #720B40

Tints of Tyrian Purple #720B40

Color information

#720B40 (or 0x720B40) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 40. RGB value is (114,11,64). Sum of RGB (Red+Green+Blue) = 114+11+64=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #720B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B40 is #8DF4BF. Grayscale: #2F2F2F. Windows color (decimal): -9303232 or 4197234. OLE color: 4197234.

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

Color convert

RGB1141164-
CMYK00.900.440.55
HSL329.13º82.4%24.51%-
HSV(B)329.13º90.35%44.71%-
XYZ7.984.195.24-
YUV47.84137.12175.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=60.32%
G=5.82%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116400.900.440.55329.1382.424.51
Hex72B4005A2C371495219
Octal162131000132546751112231
Binary11100101011100000001011010101100110111101001001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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