#720146

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

Shades of Tyrian Purple #720146

Tints of Tyrian Purple #720146

Color information

#720146 (or 0x720146) is unknown color: approx Tyrian Purple. HEX triplet: 72, 01 and 46. RGB value is (114,1,70). Sum of RGB (Red+Green+Blue) = 114+1+70=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #720146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720146 is #8DFEB9. Grayscale: #2A2A2A. Windows color (decimal): -9305786 or 4587890. OLE color: 4587890.

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

Color convert

RGB114170-
CMYK00.990.390.55
HSL323.36º98.26%22.55%-
HSV(B)323.36º99.12%44.71%-
XYZ8.064.046.15-
YUV42.65143.44178.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=61.62%
G=0.54%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11417000.990.390.55323.3698.2622.55
Hex7214606327371436217
Octal16211060143476750314227
Binary11100101100011001100011100111110111101000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720146; }

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

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

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

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

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

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

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

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