#590B30

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

Shades of Tyrian Purple #590B30

Tints of Tyrian Purple #590B30

Color information

#590B30 (or 0x590B30) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 30. RGB value is (89,11,48). Sum of RGB (Red+Green+Blue) = 89+11+48=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #590B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B30 is #A6F4CF. Grayscale: #262626. Windows color (decimal): -10941648 or 3148633. OLE color: 3148633.

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

Color convert

RGB891148-
CMYK00.880.460.65
HSL331.54º78%19.61%-
HSV(B)331.54º87.64%34.9%-
XYZ4.772.583.04-
YUV38.54133.34163.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=60.14%
G=7.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89114800.880.460.65331.547819.61
Hex59B300582E4114c4e14
Octal131136001305610151411624
Binary10110011011110000010110001011101000001101001100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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