Html Css Color HEX #590131 Tyrian Purple

📋 copy color: '#590131'

red 89 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #590131

Tints of Tyrian Purple #590131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 64.03%
G = 0.72%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#590131 (or 0x590131) is known color: Tyrian Purple. HEX triplet: 59, 01 and 31. RGB value is (89,1,49). Sum of RGB (Red+Green+Blue) = 89+1+49=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #590131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590131 is #A6FECE. Grayscale: #202020. Windows color (decimal): -10944207 or 3211609. OLE color: 3211609.

HSL color Cylindrical-coordinate representation of color #590131: hue angle of 327.27º 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 #590131 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 49 -
CMYK 0 0.99 0.45 0.65
HSL 327.27º 0.98% 0.18% -
HSV(B) 327.27º 0.99% 0.35% -
XYZ 4.69 2.37 3.12 -
YUV 32.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 89 1 49 0 0.99 0.45 0.65 327.27 0.98 0.18
Hex 59 1 31 0 63 2D 41 147 62 12
Octal 131 1 61 0 143 55 101 507 142 22
Binary 1011001 1 110001 0 1100011 101101 1000001 101000111 1100010 10010

Color Harmonies of #590131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590131

Black with #590131

Text Example


Text Example

White with #590131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590131; }

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

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

background-color css

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

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

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

border-color css

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

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

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