Html Css Color HEX #59044D Tyrian Purple

📋 copy color: '#59044D'

red 89 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #59044D

Tints of Tyrian Purple #59044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 52.35%
G = 2.35%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59044D (or 0x59044D) is known color: Tyrian Purple. HEX triplet: 59, 04 and 4D. RGB value is (89,4,77). Sum of RGB (Red+Green+Blue) = 89+4+77=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59044D is #A6FBB2. Grayscale: #252525. Windows color (decimal): -10943411 or 5047385. OLE color: 5047385.

HSL color Cylindrical-coordinate representation of color #59044D: hue angle of 308.47º 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 #59044D is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 4 77 -
CMYK 0 0.96 0.13 0.65
HSL 308.47º 0.91% 0.18% -
HSV(B) 308.47º 0.96% 0.35% -
XYZ 5.5 2.75 7.26 -
YUV 37.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 89 4 77 0 0.96 0.13 0.65 308.47 0.91 0.18
Hex 59 4 4D 0 60 D 41 134 5B 12
Octal 131 4 115 0 140 15 101 464 133 22
Binary 1011001 100 1001101 0 1100000 1101 1000001 100110100 1011011 10010

Color Harmonies of #59044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59044D

Black with #59044D

Text Example


Text Example

White with #59044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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