#720144

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

Shades of Tyrian Purple #720144

Tints of Tyrian Purple #720144

Color information

#720144 (or 0x720144) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 44. RGB value is (114,1,68). Sum of RGB (Red+Green+Blue) = 114+1+68=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #720144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720144 is #8DFEBB. Grayscale: #2A2A2A. Windows color (decimal): -9305788 or 4456818. OLE color: 4456818.

HSL color Cylindrical-coordinate representation of color #720144: hue angle of 324.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720144 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB114168-
CMYK00.990.400.55
HSL324.42º98.26%22.55%-
HSV(B)324.42º99.12%44.71%-
XYZ7.994.025.82-
YUV42.42142.44179.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=62.30%
G=0.55%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11416800.990.400.55324.4298.2622.55
Hex7214406328371446217
Octal16211040143506750414227
Binary11100101100010001100011101000110111101000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720144; }

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

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

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

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

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

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

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

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