Html Css Color HEX #590B4A Tyrian Purple

📋 copy color: '#590B4A'

red 89 ◦ green 11 ◦ blue 74

#590B4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #590B4A

Tints of Tyrian Purple #590B4A

RGB

 RED value IS 89 (35.16% from 255) = 51.15%

 GREEN value IS 11 (4.69% from 255) = 6.32%

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 51.15%
G = 6.32%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#590B4A (or 0x590B4A) is known color: Tyrian Purple. HEX triplet: 59, 0B and 4A. RGB value is (89,11,74). Sum of RGB (Red+Green+Blue) = 89+11+74=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #590B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B4A is #A6F4B5. Grayscale: #292929. Windows color (decimal): -10941622 or 4852569. OLE color: 4852569.

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

Color convert

RGB 89 11 74 -
CMYK 0 0.88 0.17 0.65
HSL 311.54º 0.78% 0.2% -
HSV(B) 311.54º 0.88% 0.35% -
XYZ 5.48 2.86 6.74 -
YUV 41.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 89 11 74 0 0.88 0.17 0.65 311.54 0.78 0.2
Hex 59 B 4A 0 58 11 41 138 4E 14
Octal 131 13 112 0 130 21 101 470 116 24
Binary 1011001 1011 1001010 0 1011000 10001 1000001 100111000 1001110 10100

Color Harmonies of #590B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B4A

Black with #590B4A

Text Example


Text Example

White with #590B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #590B4A;
 }
 .AnyTagClassName
 {
   color: #590B4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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