Html Css Color HEX #59042C Tyrian Purple

📋 copy color: '#59042C'

red 89 ◦ green 4 ◦ blue 44

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

Shades of Tyrian Purple #59042C

Tints of Tyrian Purple #59042C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 64.96%
G = 2.92%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59042C (or 0x59042C) is known color: Tyrian Purple. HEX triplet: 59, 04 and 2C. RGB value is (89,4,44). Sum of RGB (Red+Green+Blue) = 89+4+44=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59042C is #A6FBD3. Grayscale: #212121. Windows color (decimal): -10943444 or 2884697. OLE color: 2884697.

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

Color convert

RGB 89 4 44 -
CMYK 0 0.96 0.51 0.65
HSL 331.76º 0.91% 0.18% -
HSV(B) 331.76º 0.96% 0.35% -
XYZ 4.62 2.39 2.6 -
YUV 33.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 89 4 44 0 0.96 0.51 0.65 331.76 0.91 0.18
Hex 59 4 2C 0 60 33 41 14C 5B 12
Octal 131 4 54 0 140 63 101 514 133 22
Binary 1011001 100 101100 0 1100000 110011 1000001 101001100 1011011 10010

Color Harmonies of #59042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59042C

Black with #59042C

Text Example


Text Example

White with #59042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59042C; }

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

 H1.HeaderClassName
 {
   color: #59042C;
 }
 .AnyTagClassName
 {
   color: #59042C;
 }
</style>

background-color css

<style>
 a { background-color: #59042C; }

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

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

border-color css

<style>
 span { border-color: #59042C; }

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

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