Html Css Color HEX #59013E Tyrian Purple

📋 copy color: '#59013E'

red 89 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #59013E

Tints of Tyrian Purple #59013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 58.55%
G = 0.66%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#59013E (or 0x59013E) is known color: Tyrian Purple. HEX triplet: 59, 01 and 3E. RGB value is (89,1,62). Sum of RGB (Red+Green+Blue) = 89+1+62=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59013E is #A6FEC1. Grayscale: #222222. Windows color (decimal): -10944194 or 4063577. OLE color: 4063577.

HSL color Cylindrical-coordinate representation of color #59013E: hue angle of 318.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59013E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 62 -
CMYK 0 0.99 0.30 0.65
HSL 318.41º 0.98% 0.18% -
HSV(B) 318.41º 0.99% 0.35% -
XYZ 5 2.49 4.78 -
YUV 34.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 89 1 62 0 0.99 0.30 0.65 318.41 0.98 0.18
Hex 59 1 3E 0 63 1E 41 13E 62 12
Octal 131 1 76 0 143 36 101 476 142 22
Binary 1011001 1 111110 0 1100011 11110 1000001 100111110 1100010 10010

Color Harmonies of #59013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59013E

Black with #59013E

Text Example


Text Example

White with #59013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59013E; }

 p { color: rgb(89,1,62); }

 H1.HeaderClassName
 {
   color: #59013E;
 }
 .AnyTagClassName
 {
   color: #59013E;
 }
</style>

background-color css

<style>
 a { background-color: #59013E; }

 a { background-color: rgb(89,1,62); }

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

border-color css

<style>
 span { border-color: #59013E; }

 span { border-color: rgb(89,1,62); }

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