Html Css Color HEX #59104C Tyrian Purple

📋 copy color: '#59104C'

red 89 ◦ green 16 ◦ blue 76

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

Shades of Tyrian Purple #59104C

Tints of Tyrian Purple #59104C

RGB

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

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

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

R = 49.17%
G = 8.84%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59104C (or 0x59104C) is known color: Tyrian Purple. HEX triplet: 59, 10 and 4C. RGB value is (89,16,76). Sum of RGB (Red+Green+Blue) = 89+16+76=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59104C is #A6EFB3. Grayscale: #2C2C2C. Windows color (decimal): -10940340 or 4984921. OLE color: 4984921.

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

Color convert

RGB 89 16 76 -
CMYK 0 0.82 0.15 0.65
HSL 310.68º 0.7% 0.21% -
HSV(B) 310.68º 0.82% 0.35% -
XYZ 5.61 3.02 7.12 -
YUV 44.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 89 16 76 0 0.82 0.15 0.65 310.68 0.7 0.21
Hex 59 10 4C 0 52 F 41 137 46 15
Octal 131 20 114 0 122 17 101 467 106 25
Binary 1011001 10000 1001100 0 1010010 1111 1000001 100110111 1000110 10101

Color Harmonies of #59104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59104C

Black with #59104C

Text Example


Text Example

White with #59104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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