#720B4E

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

Shades of Tyrian Purple #720B4E

Tints of Tyrian Purple #720B4E

Color information

#720B4E (or 0x720B4E) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 4E. RGB value is (114,11,78). Sum of RGB (Red+Green+Blue) = 114+11+78=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B4E is #8DF4B1. Grayscale: #313131. Windows color (decimal): -9303218 or 5114738. OLE color: 5114738.

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

Color convert

RGB1141178-
CMYK00.900.320.55
HSL320.97º82.4%24.51%-
HSV(B)320.97º90.35%44.71%-
XYZ8.434.377.61-
YUV49.44144.12174.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=56.16%
G=5.42%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114117800.900.320.55320.9782.424.51
Hex72B4E05A20371415219
Octal162131160132406750112231
Binary11100101011100111001011010100000110111101000001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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