Html Css Color HEX #59094D Tyrian Purple

📋 copy color: '#59094D'

red 89 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #59094D

Tints of Tyrian Purple #59094D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44%

R = 50.86%
G = 5.14%
B = 44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59094D (or 0x59094D) is known color: Tyrian Purple. HEX triplet: 59, 09 and 4D. RGB value is (89,9,77). Sum of RGB (Red+Green+Blue) = 89+9+77=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59094D is #A6F6B2. Grayscale: #282828. Windows color (decimal): -10942131 or 5048665. OLE color: 5048665.

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

Color convert

RGB 89 9 77 -
CMYK 0 0.90 0.13 0.65
HSL 309º 0.82% 0.19% -
HSV(B) 309º 0.9% 0.35% -
XYZ 5.56 2.86 7.28 -
YUV 40.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 89 9 77 0 0.90 0.13 0.65 309 0.82 0.19
Hex 59 9 4D 0 5A D 41 135 52 13
Octal 131 11 115 0 132 15 101 465 122 23
Binary 1011001 1001 1001101 0 1011010 1101 1000001 100110101 1010010 10011

Color Harmonies of #59094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59094D

Black with #59094D

Text Example


Text Example

White with #59094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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