Html Css Color HEX #590146 Tyrian Purple

📋 copy color: '#590146'

red 89 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #590146

Tints of Tyrian Purple #590146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.75%

R = 55.63%
G = 0.63%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#590146 (or 0x590146) is known color: Tyrian Purple. HEX triplet: 59, 01 and 46. RGB value is (89,1,70). Sum of RGB (Red+Green+Blue) = 89+1+70=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #590146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590146 is #A6FEB9. Grayscale: #222222. Windows color (decimal): -10944186 or 4587865. OLE color: 4587865.

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

Color convert

RGB 89 1 70 -
CMYK 0 0.99 0.21 0.65
HSL 312.95º 0.98% 0.18% -
HSV(B) 312.95º 0.99% 0.35% -
XYZ 5.24 2.59 6.02 -
YUV 35.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 89 1 70 0 0.99 0.21 0.65 312.95 0.98 0.18
Hex 59 1 46 0 63 15 41 139 62 12
Octal 131 1 106 0 143 25 101 471 142 22
Binary 1011001 1 1000110 0 1100011 10101 1000001 100111001 1100010 10010

Color Harmonies of #590146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590146

Black with #590146

Text Example


Text Example

White with #590146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590146; }

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

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

background-color css

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

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

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

border-color css

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

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

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