#720142

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

Shades of Tyrian Purple #720142

Tints of Tyrian Purple #720142

Color information

#720142 (or 0x720142) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 42. RGB value is (114,1,66). Sum of RGB (Red+Green+Blue) = 114+1+66=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #720142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720142 is #8DFEBD. Grayscale: #2A2A2A. Windows color (decimal): -9305790 or 4325746. OLE color: 4325746.

HSL color Cylindrical-coordinate representation of color #720142: hue angle of 325.49º 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 #720142 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB114166-
CMYK00.990.420.55
HSL325.49º98.26%22.55%-
HSV(B)325.49º99.12%44.71%-
XYZ7.933.995.51-
YUV42.2141.44179.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=62.98%
G=0.55%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11416600.990.420.55325.4998.2622.55
Hex721420632A371456217
Octal16211020143526750514227
Binary11100101100001001100011101010110111101000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720142; }

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

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

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

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

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

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

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

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