Html Css Color HEX #59014C Tyrian Purple

📋 copy color: '#59014C'

red 89 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #59014C

Tints of Tyrian Purple #59014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 53.61%
G = 0.6%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59014C (or 0x59014C) is known color: Tyrian Purple. HEX triplet: 59, 01 and 4C. RGB value is (89,1,76). Sum of RGB (Red+Green+Blue) = 89+1+76=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59014C is #A6FEB3. Grayscale: #232323. Windows color (decimal): -10944180 or 4981081. OLE color: 4981081.

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

Color convert

RGB 89 1 76 -
CMYK 0 0.99 0.15 0.65
HSL 308.86º 0.98% 0.18% -
HSV(B) 308.86º 0.99% 0.35% -
XYZ 5.44 2.67 7.07 -
YUV 35.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 89 1 76 0 0.99 0.15 0.65 308.86 0.98 0.18
Hex 59 1 4C 0 63 F 41 135 62 12
Octal 131 1 114 0 143 17 101 465 142 22
Binary 1011001 1 1001100 0 1100011 1111 1000001 100110101 1100010 10010

Color Harmonies of #59014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59014C

Black with #59014C

Text Example


Text Example

White with #59014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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