Html Css Color HEX #59144B Tyrian Purple

📋 copy color: '#59144B'

red 89 ◦ green 20 ◦ blue 75

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

Shades of Tyrian Purple #59144B

Tints of Tyrian Purple #59144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 48.37%
G = 10.87%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59144B (or 0x59144B) is known color: Tyrian Purple. HEX triplet: 59, 14 and 4B. RGB value is (89,20,75). Sum of RGB (Red+Green+Blue) = 89+20+75=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59144B is #A6EBB4. Grayscale: #2E2E2E. Windows color (decimal): -10939317 or 4920409. OLE color: 4920409.

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

Color convert

RGB 89 20 75 -
CMYK 0 0.78 0.16 0.65
HSL 312.17º 0.63% 0.21% -
HSV(B) 312.17º 0.78% 0.35% -
XYZ 5.64 3.13 6.96 -
YUV 46.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 89 20 75 0 0.78 0.16 0.65 312.17 0.63 0.21
Hex 59 14 4B 0 4E 10 41 138 3F 15
Octal 131 24 113 0 116 20 101 470 77 25
Binary 1011001 10100 1001011 0 1001110 10000 1000001 100111000 111111 10101

Color Harmonies of #59144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59144B

Black with #59144B

Text Example


Text Example

White with #59144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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