Html Css Color HEX #59113B Tyrian Purple

📋 copy color: '#59113B'

red 89 ◦ green 17 ◦ blue 59

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

Shades of Tyrian Purple #59113B

Tints of Tyrian Purple #59113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 53.94%
G = 10.3%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59113B (or 0x59113B) is known color: Tyrian Purple. HEX triplet: 59, 11 and 3B. RGB value is (89,17,59). Sum of RGB (Red+Green+Blue) = 89+17+59=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59113B is #A6EEC4. Grayscale: #2B2B2B. Windows color (decimal): -10940101 or 3871065. OLE color: 3871065.

HSL color Cylindrical-coordinate representation of color #59113B: hue angle of 325º 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 #59113B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 59 -
CMYK 0 0.81 0.34 0.65
HSL 325º 0.68% 0.21% -
HSV(B) 325º 0.81% 0.35% -
XYZ 5.11 2.84 4.42 -
YUV 43.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 89 17 59 0 0.81 0.34 0.65 325 0.68 0.21
Hex 59 11 3B 0 51 22 41 145 44 15
Octal 131 21 73 0 121 42 101 505 104 25
Binary 1011001 10001 111011 0 1010001 100010 1000001 101000101 1000100 10101

Color Harmonies of #59113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59113B

Black with #59113B

Text Example


Text Example

White with #59113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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