#720842

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

Shades of Tyrian Purple #720842

Tints of Tyrian Purple #720842

Color information

#720842 (or 0x720842) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 42. RGB value is (114,8,66). Sum of RGB (Red+Green+Blue) = 114+8+66=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #720842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720842 is #8DF7BD. Grayscale: #2E2E2E. Windows color (decimal): -9303998 or 4327538. OLE color: 4327538.

HSL color Cylindrical-coordinate representation of color #720842: hue angle of 327.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720842 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB114866-
CMYK00.930.420.55
HSL327.17º86.89%23.92%-
HSV(B)327.17º92.98%44.71%-
XYZ8.014.145.53-
YUV46.31139.12176.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=60.64%
G=4.26%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486600.930.420.55327.1786.8923.92
Hex7284205D2A371475718
Octal162101020135526750712730
Binary11100101000100001001011101101010110111101000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720842; }

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

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

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

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

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

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

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

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