Html Css Color HEX #59074F Tyrian Purple

📋 copy color: '#59074F'

red 89 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #59074F

Tints of Tyrian Purple #59074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 50.86%
G = 4%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59074F (or 0x59074F) is known color: Tyrian Purple. HEX triplet: 59, 07 and 4F. RGB value is (89,7,79). Sum of RGB (Red+Green+Blue) = 89+7+79=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59074F is #A6F8B0. Grayscale: #272727. Windows color (decimal): -10942641 or 5179225. OLE color: 5179225.

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

Color convert

RGB 89 7 79 -
CMYK 0 0.92 0.11 0.65
HSL 307.32º 0.85% 0.19% -
HSV(B) 307.32º 0.92% 0.35% -
XYZ 5.61 2.84 7.65 -
YUV 39.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 89 7 79 0 0.92 0.11 0.65 307.32 0.85 0.19
Hex 59 7 4F 0 5C B 41 133 55 13
Octal 131 7 117 0 134 13 101 463 125 23
Binary 1011001 111 1001111 0 1011100 1011 1000001 100110011 1010101 10011

Color Harmonies of #59074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59074F

Black with #59074F

Text Example


Text Example

White with #59074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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