Html Css Color HEX #59094E Tyrian Purple

📋 copy color: '#59094E'

red 89 ◦ green 9 ◦ blue 78

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

Shades of Tyrian Purple #59094E

Tints of Tyrian Purple #59094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 50.57%
G = 5.11%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59094E (or 0x59094E) is known color: Tyrian Purple. HEX triplet: 59, 09 and 4E. RGB value is (89,9,78). Sum of RGB (Red+Green+Blue) = 89+9+78=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #59094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59094E is #A6F6B1. Grayscale: #282828. Windows color (decimal): -10942130 or 5114201. OLE color: 5114201.

HSL color Cylindrical-coordinate representation of color #59094E: hue angle of 308.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 #59094E is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 78 -
CMYK 0 0.90 0.12 0.65
HSL 308.25º 0.82% 0.19% -
HSV(B) 308.25º 0.9% 0.35% -
XYZ 5.59 2.87 7.47 -
YUV 40.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 89 9 78 0 0.90 0.12 0.65 308.25 0.82 0.19
Hex 59 9 4E 0 5A C 41 134 52 13
Octal 131 11 116 0 132 14 101 464 122 23
Binary 1011001 1001 1001110 0 1011010 1100 1000001 100110100 1010010 10011

Color Harmonies of #59094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59094E

Black with #59094E

Text Example


Text Example

White with #59094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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