Html Css Color HEX #59074A Tyrian Purple

📋 copy color: '#59074A'

red 89 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #59074A

Tints of Tyrian Purple #59074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

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

R = 52.35%
G = 4.12%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59074A (or 0x59074A) is known color: Tyrian Purple. HEX triplet: 59, 07 and 4A. RGB value is (89,7,74). Sum of RGB (Red+Green+Blue) = 89+7+74=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59074A is #A6F8B5. Grayscale: #262626. Windows color (decimal): -10942646 or 4851545. OLE color: 4851545.

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

Color convert

RGB 89 7 74 -
CMYK 0 0.92 0.17 0.65
HSL 310.98º 0.85% 0.19% -
HSV(B) 310.98º 0.92% 0.35% -
XYZ 5.43 2.77 6.73 -
YUV 39.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 89 7 74 0 0.92 0.17 0.65 310.98 0.85 0.19
Hex 59 7 4A 0 5C 11 41 137 55 13
Octal 131 7 112 0 134 21 101 467 125 23
Binary 1011001 111 1001010 0 1011100 10001 1000001 100110111 1010101 10011

Color Harmonies of #59074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59074A

Black with #59074A

Text Example


Text Example

White with #59074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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