Html Css Color HEX #59113F Tyrian Purple

📋 copy color: '#59113F'

red 89 ◦ green 17 ◦ blue 63

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

Shades of Tyrian Purple #59113F

Tints of Tyrian Purple #59113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.28%

R = 52.66%
G = 10.06%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59113F (or 0x59113F) is known color: Tyrian Purple. HEX triplet: 59, 11 and 3F. RGB value is (89,17,63). Sum of RGB (Red+Green+Blue) = 89+17+63=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59113F is #A6EEC0. Grayscale: #2B2B2B. Windows color (decimal): -10940097 or 4133209. OLE color: 4133209.

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

Color convert

RGB 89 17 63 -
CMYK 0 0.81 0.29 0.65
HSL 321.67º 0.68% 0.21% -
HSV(B) 321.67º 0.81% 0.35% -
XYZ 5.22 2.88 4.98 -
YUV 43.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 89 17 63 0 0.81 0.29 0.65 321.67 0.68 0.21
Hex 59 11 3F 0 51 1D 41 142 44 15
Octal 131 21 77 0 121 35 101 502 104 25
Binary 1011001 10001 111111 0 1010001 11101 1000001 101000010 1000100 10101

Color Harmonies of #59113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59113F

Black with #59113F

Text Example


Text Example

White with #59113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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