Html Css Color HEX #59044A Tyrian Purple

📋 copy color: '#59044A'

red 89 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #59044A

Tints of Tyrian Purple #59044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 53.29%
G = 2.4%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59044A (or 0x59044A) is known color: Tyrian Purple. HEX triplet: 59, 04 and 4A. RGB value is (89,4,74). Sum of RGB (Red+Green+Blue) = 89+4+74=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59044A is #A6FBB5. Grayscale: #252525. Windows color (decimal): -10943414 or 4850777. OLE color: 4850777.

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

Color convert

RGB 89 4 74 -
CMYK 0 0.96 0.17 0.65
HSL 310.59º 0.91% 0.18% -
HSV(B) 310.59º 0.96% 0.35% -
XYZ 5.4 2.71 6.72 -
YUV 37.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 89 4 74 0 0.96 0.17 0.65 310.59 0.91 0.18
Hex 59 4 4A 0 60 11 41 137 5B 12
Octal 131 4 112 0 140 21 101 467 133 22
Binary 1011001 100 1001010 0 1100000 10001 1000001 100110111 1011011 10010

Color Harmonies of #59044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59044A

Black with #59044A

Text Example


Text Example

White with #59044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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