Html Css Color HEX #590026 Tyrian Purple

📋 copy color: '#590026'

red 89 ◦ green 0 ◦ blue 38

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

Shades of Tyrian Purple #590026

Tints of Tyrian Purple #590026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 70.08%
G = 0%
B = 29.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#590026 (or 0x590026) is known color: Tyrian Purple. HEX triplet: 59, 00 and 26. RGB value is (89,0,38). Sum of RGB (Red+Green+Blue) = 89+0+38=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #590026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590026 is #A6FFD9. Grayscale: #1E1E1E. Windows color (decimal): -10944474 or 2490457. OLE color: 2490457.

HSL color Cylindrical-coordinate representation of color #590026: hue angle of 334.38º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590026 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 38 -
CMYK 0 1 0.57 0.65
HSL 334.38º 1% 0.17% -
HSV(B) 334.38º 1% 0.35% -
XYZ 4.47 2.26 2.04 -
YUV 30.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 89 0 38 0 1 0.57 0.65 334.38 1 0.17
Hex 59 0 26 0 64 39 41 14E 64 11
Octal 131 0 46 0 144 71 101 516 144 21
Binary 1011001 0 100110 0 1100100 111001 1000001 101001110 1100100 10001

Color Harmonies of #590026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590026

Black with #590026

Text Example


Text Example

White with #590026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590026; }

 p { color: rgb(89,0,38); }

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

background-color css

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

 a { background-color: rgb(89,0,38); }

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

border-color css

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

 span { border-color: rgb(89,0,38); }

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