Html Css Color HEX #590155 Tyrian Purple

📋 copy color: '#590155'

red 89 ◦ green 1 ◦ blue 85

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

Shades of Tyrian Purple #590155

Tints of Tyrian Purple #590155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.57%

R = 50.86%
G = 0.57%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#590155 (or 0x590155) is known color: Tyrian Purple. HEX triplet: 59, 01 and 55. RGB value is (89,1,85). Sum of RGB (Red+Green+Blue) = 89+1+85=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #590155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590155 is #A6FEAA. Grayscale: #242424. Windows color (decimal): -10944171 or 5570905. OLE color: 5570905.

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

Color convert

RGB 89 1 85 -
CMYK 0 0.99 0.04 0.65
HSL 302.73º 0.98% 0.18% -
HSV(B) 302.73º 0.99% 0.35% -
XYZ 5.77 2.8 8.83 -
YUV 36.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 89 1 85 0 0.99 0.04 0.65 302.73 0.98 0.18
Hex 59 1 55 0 63 4 41 12F 62 12
Octal 131 1 125 0 143 4 101 457 142 22
Binary 1011001 1 1010101 0 1100011 100 1000001 100101111 1100010 10010

Color Harmonies of #590155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590155

Black with #590155

Text Example


Text Example

White with #590155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590155; }

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

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

background-color css

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

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

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

border-color css

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

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

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