Html Css Color HEX #590145 Tyrian Purple

📋 copy color: '#590145'

red 89 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #590145

Tints of Tyrian Purple #590145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.4%

R = 55.97%
G = 0.63%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#590145 (or 0x590145) is known color: Tyrian Purple. HEX triplet: 59, 01 and 45. RGB value is (89,1,69). Sum of RGB (Red+Green+Blue) = 89+1+69=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #590145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590145 is #A6FEBA. Grayscale: #222222. Windows color (decimal): -10944187 or 4522329. OLE color: 4522329.

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

Color convert

RGB 89 1 69 -
CMYK 0 0.99 0.22 0.65
HSL 313.64º 0.98% 0.18% -
HSV(B) 313.64º 0.99% 0.35% -
XYZ 5.2 2.58 5.85 -
YUV 35.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 89 1 69 0 0.99 0.22 0.65 313.64 0.98 0.18
Hex 59 1 45 0 63 16 41 13A 62 12
Octal 131 1 105 0 143 26 101 472 142 22
Binary 1011001 1 1000101 0 1100011 10110 1000001 100111010 1100010 10010

Color Harmonies of #590145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590145

Black with #590145

Text Example


Text Example

White with #590145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590145; }

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

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

background-color css

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

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

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

border-color css

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

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

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