Html Css Color HEX #590048 Tyrian Purple

📋 copy color: '#590048'

red 89 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #590048

Tints of Tyrian Purple #590048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.28%
G = 0%
B = 44.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#590048 (or 0x590048) is known color: Tyrian Purple. HEX triplet: 59, 00 and 48. RGB value is (89,0,72). Sum of RGB (Red+Green+Blue) = 89+0+72=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #590048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590048 is #A6FFB7. Grayscale: #222222. Windows color (decimal): -10944440 or 4718681. OLE color: 4718681.

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

Color convert

RGB 89 0 72 -
CMYK 0 1 0.19 0.65
HSL 311.46º 1% 0.17% -
HSV(B) 311.46º 1% 0.35% -
XYZ 5.29 2.59 6.35 -
YUV 34.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 89 0 72 0 1 0.19 0.65 311.46 1 0.17
Hex 59 0 48 0 64 13 41 137 64 11
Octal 131 0 110 0 144 23 101 467 144 21
Binary 1011001 0 1001000 0 1100100 10011 1000001 100110111 1100100 10001

Color Harmonies of #590048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590048

Black with #590048

Text Example


Text Example

White with #590048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590048; }

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

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

background-color css

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

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

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

border-color css

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

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

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