Html Css Color HEX #59014F Tyrian Purple

📋 copy color: '#59014F'

red 89 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #59014F

Tints of Tyrian Purple #59014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 52.66%
G = 0.59%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59014F (or 0x59014F) is known color: Tyrian Purple. HEX triplet: 59, 01 and 4F. RGB value is (89,1,79). Sum of RGB (Red+Green+Blue) = 89+1+79=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59014F is #A6FEB0. Grayscale: #232323. Windows color (decimal): -10944177 or 5177689. OLE color: 5177689.

HSL color Cylindrical-coordinate representation of color #59014F: hue angle of 306.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59014F is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 79 -
CMYK 0 0.99 0.11 0.65
HSL 306.82º 0.98% 0.18% -
HSV(B) 306.82º 0.99% 0.35% -
XYZ 5.54 2.71 7.63 -
YUV 36.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 89 1 79 0 0.99 0.11 0.65 306.82 0.98 0.18
Hex 59 1 4F 0 63 B 41 133 62 12
Octal 131 1 117 0 143 13 101 463 142 22
Binary 1011001 1 1001111 0 1100011 1011 1000001 100110011 1100010 10010

Color Harmonies of #59014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59014F

Black with #59014F

Text Example


Text Example

White with #59014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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