Html Css Color HEX #590149 Tyrian Purple

📋 copy color: '#590149'

red 89 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #590149

Tints of Tyrian Purple #590149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 54.6%
G = 0.61%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#590149 (or 0x590149) is known color: Tyrian Purple. HEX triplet: 59, 01 and 49. RGB value is (89,1,73). Sum of RGB (Red+Green+Blue) = 89+1+73=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #590149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590149 is #A6FEB6. Grayscale: #232323. Windows color (decimal): -10944183 or 4784473. OLE color: 4784473.

HSL color Cylindrical-coordinate representation of color #590149: hue angle of 310.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590149 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 73 -
CMYK 0 0.99 0.18 0.65
HSL 310.91º 0.98% 0.18% -
HSV(B) 310.91º 0.99% 0.35% -
XYZ 5.33 2.63 6.53 -
YUV 35.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 89 1 73 0 0.99 0.18 0.65 310.91 0.98 0.18
Hex 59 1 49 0 63 12 41 137 62 12
Octal 131 1 111 0 143 22 101 467 142 22
Binary 1011001 1 1001001 0 1100011 10010 1000001 100110111 1100010 10010

Color Harmonies of #590149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590149

Black with #590149

Text Example


Text Example

White with #590149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590149; }

 p { color: rgb(89,1,73); }

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

background-color css

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

 a { background-color: rgb(89,1,73); }

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

border-color css

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

 span { border-color: rgb(89,1,73); }

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