Html Css Color HEX #59113C Tyrian Purple

📋 copy color: '#59113C'

red 89 ◦ green 17 ◦ blue 60

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

Shades of Tyrian Purple #59113C

Tints of Tyrian Purple #59113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 60 (23.83% from 255) = 36.14%

R = 53.61%
G = 10.24%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59113C (or 0x59113C) is known color: Tyrian Purple. HEX triplet: 59, 11 and 3C. RGB value is (89,17,60). Sum of RGB (Red+Green+Blue) = 89+17+60=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59113C is #A6EEC3. Grayscale: #2B2B2B. Windows color (decimal): -10940100 or 3936601. OLE color: 3936601.

HSL color Cylindrical-coordinate representation of color #59113C: hue angle of 324.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59113C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 60 -
CMYK 0 0.81 0.33 0.65
HSL 324.17º 0.68% 0.21% -
HSV(B) 324.17º 0.81% 0.35% -
XYZ 5.14 2.85 4.55 -
YUV 43.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 89 17 60 0 0.81 0.33 0.65 324.17 0.68 0.21
Hex 59 11 3C 0 51 21 41 144 44 15
Octal 131 21 74 0 121 41 101 504 104 25
Binary 1011001 10001 111100 0 1010001 100001 1000001 101000100 1000100 10101

Color Harmonies of #59113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59113C

Black with #59113C

Text Example


Text Example

White with #59113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,17,60); }

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

background-color css

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

 a { background-color: rgb(89,17,60); }

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

border-color css

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

 span { border-color: rgb(89,17,60); }

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