Html Css Color HEX #590224 Tyrian Purple

📋 copy color: '#590224'

red 89 ◦ green 2 ◦ blue 36

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

Shades of Tyrian Purple #590224

Tints of Tyrian Purple #590224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 36 (14.45% from 255) = 28.35%

R = 70.08%
G = 1.57%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#590224 (or 0x590224) is known color: Tyrian Purple. HEX triplet: 59, 02 and 24. RGB value is (89,2,36). Sum of RGB (Red+Green+Blue) = 89+2+36=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #590224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590224 is #A6FDDB. Grayscale: #1F1F1F. Windows color (decimal): -10943964 or 2359897. OLE color: 2359897.

HSL color Cylindrical-coordinate representation of color #590224: hue angle of 336.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590224 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 2 36 -
CMYK 0 0.98 0.60 0.65
HSL 336.55º 0.96% 0.18% -
HSV(B) 336.55º 0.98% 0.35% -
XYZ 4.46 2.29 1.88 -
YUV 31.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 89 2 36 0 0.98 0.60 0.65 336.55 0.96 0.18
Hex 59 2 24 0 62 3C 41 151 60 12
Octal 131 2 44 0 142 74 101 521 140 22
Binary 1011001 10 100100 0 1100010 111100 1000001 101010001 1100000 10010

Color Harmonies of #590224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590224

Black with #590224

Text Example


Text Example

White with #590224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590224; }

 p { color: rgb(89,2,36); }

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

background-color css

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

 a { background-color: rgb(89,2,36); }

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

border-color css

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

 span { border-color: rgb(89,2,36); }

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