Html Css Color HEX #590E4A Tyrian Purple

📋 copy color: '#590E4A'

red 89 ◦ green 14 ◦ blue 74

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

Shades of Tyrian Purple #590E4A

Tints of Tyrian Purple #590E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

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

R = 50.28%
G = 7.91%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#590E4A (or 0x590E4A) is known color: Tyrian Purple. HEX triplet: 59, 0E and 4A. RGB value is (89,14,74). Sum of RGB (Red+Green+Blue) = 89+14+74=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #590E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E4A is #A6F1B5. Grayscale: #2B2B2B. Windows color (decimal): -10940854 or 4853337. OLE color: 4853337.

HSL color Cylindrical-coordinate representation of color #590E4A: hue angle of 312º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E4A is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 14 74 -
CMYK 0 0.84 0.17 0.65
HSL 312º 0.73% 0.2% -
HSV(B) 312º 0.84% 0.35% -
XYZ 5.51 2.93 6.75 -
YUV 43.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 89 14 74 0 0.84 0.17 0.65 312 0.73 0.2
Hex 59 E 4A 0 54 11 41 138 49 14
Octal 131 16 112 0 124 21 101 470 111 24
Binary 1011001 1110 1001010 0 1010100 10001 1000001 100111000 1001001 10100

Color Harmonies of #590E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E4A

Black with #590E4A

Text Example


Text Example

White with #590E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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