Html Css Color HEX #59004B Tyrian Purple

📋 copy color: '#59004B'

red 89 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #59004B

Tints of Tyrian Purple #59004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.27%
G = 0%
B = 45.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59004B (or 0x59004B) is known color: Tyrian Purple. HEX triplet: 59, 00 and 4B. RGB value is (89,0,75). Sum of RGB (Red+Green+Blue) = 89+0+75=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59004B is #A6FFB4. Grayscale: #222222. Windows color (decimal): -10944437 or 4915289. OLE color: 4915289.

HSL color Cylindrical-coordinate representation of color #59004B: hue angle of 309.44º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59004B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 75 -
CMYK 0 1 0.16 0.65
HSL 309.44º 1% 0.17% -
HSV(B) 309.44º 1% 0.35% -
XYZ 5.39 2.63 6.88 -
YUV 35.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 89 0 75 0 1 0.16 0.65 309.44 1 0.17
Hex 59 0 4B 0 64 10 41 135 64 11
Octal 131 0 113 0 144 20 101 465 144 21
Binary 1011001 0 1001011 0 1100100 10000 1000001 100110101 1100100 10001

Color Harmonies of #59004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59004B

Black with #59004B

Text Example


Text Example

White with #59004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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