Html Css Color HEX #59054D Tyrian Purple

📋 copy color: '#59054D'

red 89 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #59054D

Tints of Tyrian Purple #59054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 52.05%
G = 2.92%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59054D (or 0x59054D) is known color: Tyrian Purple. HEX triplet: 59, 05 and 4D. RGB value is (89,5,77). Sum of RGB (Red+Green+Blue) = 89+5+77=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59054D is #A6FAB2. Grayscale: #262626. Windows color (decimal): -10943155 or 5047641. OLE color: 5047641.

HSL color Cylindrical-coordinate representation of color #59054D: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59054D is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 77 -
CMYK 0 0.94 0.13 0.65
HSL 308.57º 0.89% 0.18% -
HSV(B) 308.57º 0.94% 0.35% -
XYZ 5.51 2.77 7.26 -
YUV 38.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 89 5 77 0 0.94 0.13 0.65 308.57 0.89 0.18
Hex 59 5 4D 0 5E D 41 135 59 12
Octal 131 5 115 0 136 15 101 465 131 22
Binary 1011001 101 1001101 0 1011110 1101 1000001 100110101 1011001 10010

Color Harmonies of #59054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59054D

Black with #59054D

Text Example


Text Example

White with #59054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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