Html Css Color HEX #590548 Tyrian Purple

📋 copy color: '#590548'

red 89 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #590548

Tints of Tyrian Purple #590548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 72 (28.52% from 255) = 43.37%

R = 53.61%
G = 3.01%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#590548 (or 0x590548) is known color: Tyrian Purple. HEX triplet: 59, 05 and 48. RGB value is (89,5,72). Sum of RGB (Red+Green+Blue) = 89+5+72=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #590548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590548 is #A6FAB7. Grayscale: #252525. Windows color (decimal): -10943160 or 4719961. OLE color: 4719961.

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

Color convert

RGB 89 5 72 -
CMYK 0 0.94 0.19 0.65
HSL 312.14º 0.89% 0.18% -
HSV(B) 312.14º 0.94% 0.35% -
XYZ 5.34 2.7 6.37 -
YUV 37.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 89 5 72 0 0.94 0.19 0.65 312.14 0.89 0.18
Hex 59 5 48 0 5E 13 41 138 59 12
Octal 131 5 110 0 136 23 101 470 131 22
Binary 1011001 101 1001000 0 1011110 10011 1000001 100111000 1011001 10010

Color Harmonies of #590548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590548

Black with #590548

Text Example


Text Example

White with #590548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590548; }

 p { color: rgb(89,5,72); }

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

background-color css

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

 a { background-color: rgb(89,5,72); }

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

border-color css

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

 span { border-color: rgb(89,5,72); }

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