Html Css Color HEX #59074D Tyrian Purple

📋 copy color: '#59074D'

red 89 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #59074D

Tints of Tyrian Purple #59074D

RGB

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

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

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

R = 51.45%
G = 4.05%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59074D (or 0x59074D) is known color: Tyrian Purple. HEX triplet: 59, 07 and 4D. RGB value is (89,7,77). Sum of RGB (Red+Green+Blue) = 89+7+77=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59074D is #A6F8B2. Grayscale: #272727. Windows color (decimal): -10942643 or 5048153. OLE color: 5048153.

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

Color convert

RGB 89 7 77 -
CMYK 0 0.92 0.13 0.65
HSL 308.78º 0.85% 0.19% -
HSV(B) 308.78º 0.92% 0.35% -
XYZ 5.54 2.81 7.27 -
YUV 39.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 89 7 77 0 0.92 0.13 0.65 308.78 0.85 0.19
Hex 59 7 4D 0 5C D 41 135 55 13
Octal 131 7 115 0 134 15 101 465 125 23
Binary 1011001 111 1001101 0 1011100 1101 1000001 100110101 1010101 10011

Color Harmonies of #59074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59074D

Black with #59074D

Text Example


Text Example

White with #59074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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