#590B4C

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

Shades of Tyrian Purple #590B4C

Tints of Tyrian Purple #590B4C

Color information

#590B4C (or 0x590B4C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 4C. RGB value is (89,11,76). Sum of RGB (Red+Green+Blue) = 89+11+76=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #590B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B4C is #A6F4B3. Grayscale: #292929. Windows color (decimal): -10941620 or 4983641. OLE color: 4983641.

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

Color convert

RGB891176-
CMYK00.880.150.65
HSL310º78%19.61%-
HSV(B)310º87.64%34.9%-
XYZ5.542.887.1-
YUV41.73147.34161.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=50.57%
G=6.25%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89117600.880.150.653107819.61
Hex59B4C058F411364e14
Octal1311311401301710146611624
Binary1011001101110011000101100011111000001100110110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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