Html Css Color HEX #59034A Tyrian Purple

📋 copy color: '#59034A'

red 89 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #59034A

Tints of Tyrian Purple #59034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

 BLUE value IS 74 (29.3% from 255) = 44.58%

R = 53.61%
G = 1.81%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59034A (or 0x59034A) is known color: Tyrian Purple. HEX triplet: 59, 03 and 4A. RGB value is (89,3,74). Sum of RGB (Red+Green+Blue) = 89+3+74=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59034A is #A6FCB5. Grayscale: #242424. Windows color (decimal): -10943670 or 4850521. OLE color: 4850521.

HSL color Cylindrical-coordinate representation of color #59034A: hue angle of 310.47º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59034A is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 3 74 -
CMYK 0 0.97 0.17 0.65
HSL 310.47º 0.93% 0.18% -
HSV(B) 310.47º 0.97% 0.35% -
XYZ 5.39 2.68 6.71 -
YUV 36.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 89 3 74 0 0.97 0.17 0.65 310.47 0.93 0.18
Hex 59 3 4A 0 61 11 41 136 5D 12
Octal 131 3 112 0 141 21 101 466 135 22
Binary 1011001 11 1001010 0 1100001 10001 1000001 100110110 1011101 10010

Color Harmonies of #59034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59034A

Black with #59034A

Text Example


Text Example

White with #59034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,3,74); }

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

background-color css

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

 a { background-color: rgb(89,3,74); }

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

border-color css

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

 span { border-color: rgb(89,3,74); }

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