Html Css Color HEX #59024B Tyrian Purple

📋 copy color: '#59024B'

red 89 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #59024B

Tints of Tyrian Purple #59024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 53.61%
G = 1.2%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59024B (or 0x59024B) is known color: Tyrian Purple. HEX triplet: 59, 02 and 4B. RGB value is (89,2,75). Sum of RGB (Red+Green+Blue) = 89+2+75=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59024B is #A6FDB4. Grayscale: #242424. Windows color (decimal): -10943925 or 4915801. OLE color: 4915801.

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

Color convert

RGB 89 2 75 -
CMYK 0 0.98 0.16 0.65
HSL 309.66º 0.96% 0.18% -
HSV(B) 309.66º 0.98% 0.35% -
XYZ 5.41 2.68 6.89 -
YUV 36.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 89 2 75 0 0.98 0.16 0.65 309.66 0.96 0.18
Hex 59 2 4B 0 62 10 41 136 60 12
Octal 131 2 113 0 142 20 101 466 140 22
Binary 1011001 10 1001011 0 1100010 10000 1000001 100110110 1100000 10010

Color Harmonies of #59024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59024B

Black with #59024B

Text Example


Text Example

White with #59024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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