#590B3A

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

Shades of Tyrian Purple #590B3A

Tints of Tyrian Purple #590B3A

Color information

#590B3A (or 0x590B3A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 3A. RGB value is (89,11,58). Sum of RGB (Red+Green+Blue) = 89+11+58=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #590B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B3A is #A6F4C5. Grayscale: #272727. Windows color (decimal): -10941638 or 3803993. OLE color: 3803993.

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

Color convert

RGB891158-
CMYK00.880.350.65
HSL323.85º78%19.61%-
HSV(B)323.85º87.64%34.9%-
XYZ52.674.25-
YUV39.68138.34163.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=56.33%
G=6.96%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89115800.880.350.65323.857819.61
Hex59B3A05823411444e14
Octal131137201304310150411624
Binary10110011011111010010110001000111000001101000100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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