Html Css Color HEX #59124B Tyrian Purple

📋 copy color: '#59124B'

red 89 ◦ green 18 ◦ blue 75

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

Shades of Tyrian Purple #59124B

Tints of Tyrian Purple #59124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 48.9%
G = 9.89%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59124B (or 0x59124B) is known color: Tyrian Purple. HEX triplet: 59, 12 and 4B. RGB value is (89,18,75). Sum of RGB (Red+Green+Blue) = 89+18+75=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59124B is #A6EDB4. Grayscale: #2D2D2D. Windows color (decimal): -10939829 or 4919897. OLE color: 4919897.

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

Color convert

RGB 89 18 75 -
CMYK 0 0.80 0.16 0.65
HSL 311.83º 0.66% 0.21% -
HSV(B) 311.83º 0.8% 0.35% -
XYZ 5.61 3.06 6.95 -
YUV 45.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 89 18 75 0 0.80 0.16 0.65 311.83 0.66 0.21
Hex 59 12 4B 0 50 10 41 138 42 15
Octal 131 22 113 0 120 20 101 470 102 25
Binary 1011001 10010 1001011 0 1010000 10000 1000001 100111000 1000010 10101

Color Harmonies of #59124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59124B

Black with #59124B

Text Example


Text Example

White with #59124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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