Html Css Color HEX #59143A Tyrian Purple

📋 copy color: '#59143A'

red 89 ◦ green 20 ◦ blue 58

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

Shades of Tyrian Purple #59143A

Tints of Tyrian Purple #59143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 53.29%
G = 11.98%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59143A (or 0x59143A) is known color: Tyrian Purple. HEX triplet: 59, 14 and 3A. RGB value is (89,20,58). Sum of RGB (Red+Green+Blue) = 89+20+58=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59143A is #A6EBC5. Grayscale: #2C2C2C. Windows color (decimal): -10939334 or 3806297. OLE color: 3806297.

HSL color Cylindrical-coordinate representation of color #59143A: hue angle of 326.96º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59143A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 58 -
CMYK 0 0.78 0.35 0.65
HSL 326.96º 0.63% 0.21% -
HSV(B) 326.96º 0.78% 0.35% -
XYZ 5.13 2.93 4.3 -
YUV 44.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 89 20 58 0 0.78 0.35 0.65 326.96 0.63 0.21
Hex 59 14 3A 0 4E 23 41 147 3F 15
Octal 131 24 72 0 116 43 101 507 77 25
Binary 1011001 10100 111010 0 1001110 100011 1000001 101000111 111111 10101

Color Harmonies of #59143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59143A

Black with #59143A

Text Example


Text Example

White with #59143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59143A; }

 p { color: rgb(89,20,58); }

 H1.HeaderClassName
 {
   color: #59143A;
 }
 .AnyTagClassName
 {
   color: #59143A;
 }
</style>

background-color css

<style>
 a { background-color: #59143A; }

 a { background-color: rgb(89,20,58); }

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

border-color css

<style>
 span { border-color: #59143A; }

 span { border-color: rgb(89,20,58); }

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