Html Css Color HEX #590142 Tyrian Purple

📋 copy color: '#590142'

red 89 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #590142

Tints of Tyrian Purple #590142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 57.05%
G = 0.64%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#590142 (or 0x590142) is known color: Tyrian Purple. HEX triplet: 59, 01 and 42. RGB value is (89,1,66). Sum of RGB (Red+Green+Blue) = 89+1+66=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #590142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590142 is #A6FEBD. Grayscale: #222222. Windows color (decimal): -10944190 or 4325721. OLE color: 4325721.

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

Color convert

RGB 89 1 66 -
CMYK 0 0.99 0.26 0.65
HSL 315.68º 0.98% 0.18% -
HSV(B) 315.68º 0.99% 0.35% -
XYZ 5.11 2.54 5.37 -
YUV 34.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 89 1 66 0 0.99 0.26 0.65 315.68 0.98 0.18
Hex 59 1 42 0 63 1A 41 13C 62 12
Octal 131 1 102 0 143 32 101 474 142 22
Binary 1011001 1 1000010 0 1100011 11010 1000001 100111100 1100010 10010

Color Harmonies of #590142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590142

Black with #590142

Text Example


Text Example

White with #590142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590142; }

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

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

background-color css

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

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

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

border-color css

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

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

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