#590242

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

Shades of Tyrian Purple #590242

Tints of Tyrian Purple #590242

Color information

#590242 (or 0x590242) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 42. RGB value is (89,2,66). Sum of RGB (Red+Green+Blue) = 89+2+66=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #590242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590242 is #A6FDBD. Grayscale: #232323. Windows color (decimal): -10943934 or 4325977. OLE color: 4325977.

HSL color Cylindrical-coordinate representation of color #590242: hue angle of 315.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590242 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB89266-
CMYK00.980.260.65
HSL315.86º95.6%17.84%-
HSV(B)315.86º97.75%34.9%-
XYZ5.122.565.38-
YUV35.31145.32166.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=56.69%
G=1.27%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8926600.980.260.65315.8695.617.84
Hex592420621A4113c6012
Octal131210201423210147414022
Binary101100110100001001100010110101000001100111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590242; }

 p { color: rgb(89,2,66); }

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

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

 a { background-color: rgb(89,2,66); }

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

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

 span { border-color: rgb(89,2,66); }

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