#590B42

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

Shades of Tyrian Purple #590B42

Tints of Tyrian Purple #590B42

Color information

#590B42 (or 0x590B42) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 42. RGB value is (89,11,66). Sum of RGB (Red+Green+Blue) = 89+11+66=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #590B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B42 is #A6F4BD. Grayscale: #282828. Windows color (decimal): -10941630 or 4328281. OLE color: 4328281.

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

Color convert

RGB891166-
CMYK00.880.260.65
HSL317.69º78%19.61%-
HSV(B)317.69º87.64%34.9%-
XYZ5.222.765.41-
YUV40.59142.34162.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=53.61%
G=6.63%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89116600.880.260.65317.697819.61
Hex59B420581A4113e4e14
Octal1311310201303210147611624
Binary10110011011100001001011000110101000001100111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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