#590B34

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

Shades of Tyrian Purple #590B34

Tints of Tyrian Purple #590B34

Color information

#590B34 (or 0x590B34) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 34. RGB value is (89,11,52). Sum of RGB (Red+Green+Blue) = 89+11+52=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #590B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B34 is #A6F4CB. Grayscale: #262626. Windows color (decimal): -10941644 or 3410777. OLE color: 3410777.

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

Color convert

RGB891152-
CMYK00.880.420.65
HSL328.46º78%19.61%-
HSV(B)328.46º87.64%34.9%-
XYZ4.862.613.5-
YUV39135.34163.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=58.55%
G=7.24%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89115200.880.420.65328.467819.61
Hex59B340582A411484e14
Octal131136401305210151011624
Binary10110011011110100010110001010101000001101001000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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