Html Css Color HEX #59094A Tyrian Purple

📋 copy color: '#59094A'

red 89 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #59094A

Tints of Tyrian Purple #59094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 51.74%
G = 5.23%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59094A (or 0x59094A) is known color: Tyrian Purple. HEX triplet: 59, 09 and 4A. RGB value is (89,9,74). Sum of RGB (Red+Green+Blue) = 89+9+74=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59094A is #A6F6B5. Grayscale: #282828. Windows color (decimal): -10942134 or 4852057. OLE color: 4852057.

HSL color Cylindrical-coordinate representation of color #59094A: hue angle of 311.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59094A is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 74 -
CMYK 0 0.90 0.17 0.65
HSL 311.25º 0.82% 0.19% -
HSV(B) 311.25º 0.9% 0.35% -
XYZ 5.45 2.81 6.73 -
YUV 40.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 89 9 74 0 0.90 0.17 0.65 311.25 0.82 0.19
Hex 59 9 4A 0 5A 11 41 137 52 13
Octal 131 11 112 0 132 21 101 467 122 23
Binary 1011001 1001 1001010 0 1011010 10001 1000001 100110111 1010010 10011

Color Harmonies of #59094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59094A

Black with #59094A

Text Example


Text Example

White with #59094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59094A; }

 p { color: rgb(89,9,74); }

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

background-color css

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

 a { background-color: rgb(89,9,74); }

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

border-color css

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

 span { border-color: rgb(89,9,74); }

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