#590B50

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

Shades of Tyrian Purple #590B50

Tints of Tyrian Purple #590B50

Color information

#590B50 (or 0x590B50) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 50. RGB value is (89,11,80). Sum of RGB (Red+Green+Blue) = 89+11+80=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #590B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B50 is #A6F4AF. Grayscale: #292929. Windows color (decimal): -10941616 or 5245785. OLE color: 5245785.

HSL color Cylindrical-coordinate representation of color #590B50: hue angle of 306.92º 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 #590B50 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB891180-
CMYK00.880.100.65
HSL306.92º78%19.61%-
HSV(B)306.92º87.64%34.9%-
XYZ5.692.947.86-
YUV42.19149.34161.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=49.44%
G=6.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89118000.880.100.65306.927819.61
Hex59B50058A411334e14
Octal1311312001301210146311624
Binary1011001101110100000101100010101000001100110011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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