Html Css Color HEX #59094C Tyrian Purple

📋 copy color: '#59094C'

red 89 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #59094C

Tints of Tyrian Purple #59094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 51.15%
G = 5.17%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59094C (or 0x59094C) is known color: Tyrian Purple. HEX triplet: 59, 09 and 4C. RGB value is (89,9,76). Sum of RGB (Red+Green+Blue) = 89+9+76=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59094C is #A6F6B3. Grayscale: #282828. Windows color (decimal): -10942132 or 4983129. OLE color: 4983129.

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

Color convert

RGB 89 9 76 -
CMYK 0 0.90 0.15 0.65
HSL 309.75º 0.82% 0.19% -
HSV(B) 309.75º 0.9% 0.35% -
XYZ 5.52 2.84 7.09 -
YUV 40.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 89 9 76 0 0.90 0.15 0.65 309.75 0.82 0.19
Hex 59 9 4C 0 5A F 41 136 52 13
Octal 131 11 114 0 132 17 101 466 122 23
Binary 1011001 1001 1001100 0 1011010 1111 1000001 100110110 1010010 10011

Color Harmonies of #59094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59094C

Black with #59094C

Text Example


Text Example

White with #59094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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