Html Css Color HEX #59014B Tyrian Purple

📋 copy color: '#59014B'

red 89 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #59014B

Tints of Tyrian Purple #59014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 53.94%
G = 0.61%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59014B (or 0x59014B) is known color: Tyrian Purple. HEX triplet: 59, 01 and 4B. RGB value is (89,1,75). Sum of RGB (Red+Green+Blue) = 89+1+75=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59014B is #A6FEB4. Grayscale: #232323. Windows color (decimal): -10944181 or 4915545. OLE color: 4915545.

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

Color convert

RGB 89 1 75 -
CMYK 0 0.99 0.16 0.65
HSL 309.55º 0.98% 0.18% -
HSV(B) 309.55º 0.99% 0.35% -
XYZ 5.4 2.65 6.88 -
YUV 35.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 89 1 75 0 0.99 0.16 0.65 309.55 0.98 0.18
Hex 59 1 4B 0 63 10 41 136 62 12
Octal 131 1 113 0 143 20 101 466 142 22
Binary 1011001 1 1001011 0 1100011 10000 1000001 100110110 1100010 10010

Color Harmonies of #59014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59014B

Black with #59014B

Text Example


Text Example

White with #59014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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