#590c42

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

Shades of Tyrian Purple #590C42

Tints of Tyrian Purple #590C42

Color information

#590C42 (or 0x590C42) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0C and 42. RGB value is (89,12,66). Sum of RGB (Red+Green+Blue) = 89+12+66=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #590C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C42 is #A6F3BD. Grayscale: #292929. Windows color (decimal): -10941374 or 4328537. OLE color: 4328537.

HSL color Cylindrical-coordinate representation of color #590C42: hue angle of 317.92º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C42 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB891266-
CMYK00.870.260.65
HSL317.92º76.24%19.8%-
HSV(B)317.92º86.52%34.9%-
XYZ5.232.785.41-
YUV41.18142.01162.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=53.29%
G=7.19%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89126600.870.260.65317.9276.2419.8
Hex59C420571A4113e4c14
Octal1311410201273210147611424
Binary10110011100100001001010111110101000001100111110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590c42; }

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

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

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

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

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

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

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

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