Html Css Color HEX #59114B Tyrian Purple

📋 copy color: '#59114B'

red 89 ◦ green 17 ◦ blue 75

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

Shades of Tyrian Purple #59114B

Tints of Tyrian Purple #59114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 49.17%
G = 9.39%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59114B (or 0x59114B) is known color: Tyrian Purple. HEX triplet: 59, 11 and 4B. RGB value is (89,17,75). Sum of RGB (Red+Green+Blue) = 89+17+75=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59114B is #A6EEB4. Grayscale: #2C2C2C. Windows color (decimal): -10940085 or 4919641. OLE color: 4919641.

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

Color convert

RGB 89 17 75 -
CMYK 0 0.81 0.16 0.65
HSL 311.67º 0.68% 0.21% -
HSV(B) 311.67º 0.81% 0.35% -
XYZ 5.59 3.03 6.95 -
YUV 45.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 89 17 75 0 0.81 0.16 0.65 311.67 0.68 0.21
Hex 59 11 4B 0 51 10 41 138 44 15
Octal 131 21 113 0 121 20 101 470 104 25
Binary 1011001 10001 1001011 0 1010001 10000 1000001 100111000 1000100 10101

Color Harmonies of #59114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59114B

Black with #59114B

Text Example


Text Example

White with #59114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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