Html Css Color HEX #59104D Tyrian Purple

📋 copy color: '#59104D'

red 89 ◦ green 16 ◦ blue 77

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

Shades of Tyrian Purple #59104D

Tints of Tyrian Purple #59104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

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

R = 48.9%
G = 8.79%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59104D (or 0x59104D) is known color: Tyrian Purple. HEX triplet: 59, 10 and 4D. RGB value is (89,16,77). Sum of RGB (Red+Green+Blue) = 89+16+77=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59104D is #A6EFB2. Grayscale: #2C2C2C. Windows color (decimal): -10940339 or 5050457. OLE color: 5050457.

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

Color convert

RGB 89 16 77 -
CMYK 0 0.82 0.13 0.65
HSL 309.86º 0.7% 0.21% -
HSV(B) 309.86º 0.82% 0.35% -
XYZ 5.64 3.03 7.31 -
YUV 44.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 89 16 77 0 0.82 0.13 0.65 309.86 0.7 0.21
Hex 59 10 4D 0 52 D 41 136 46 15
Octal 131 20 115 0 122 15 101 466 106 25
Binary 1011001 10000 1001101 0 1010010 1101 1000001 100110110 1000110 10101

Color Harmonies of #59104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59104D

Black with #59104D

Text Example


Text Example

White with #59104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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