Html Css Color HEX #59144A Tyrian Purple

📋 copy color: '#59144A'

red 89 ◦ green 20 ◦ blue 74

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

Shades of Tyrian Purple #59144A

Tints of Tyrian Purple #59144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 48.63%
G = 10.93%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59144A (or 0x59144A) is known color: Tyrian Purple. HEX triplet: 59, 14 and 4A. RGB value is (89,20,74). Sum of RGB (Red+Green+Blue) = 89+20+74=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59144A is #A6EBB5. Grayscale: #2E2E2E. Windows color (decimal): -10939318 or 4854873. OLE color: 4854873.

HSL color Cylindrical-coordinate representation of color #59144A: hue angle of 313.04º 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 #59144A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 74 -
CMYK 0 0.78 0.17 0.65
HSL 313.04º 0.63% 0.21% -
HSV(B) 313.04º 0.78% 0.35% -
XYZ 5.61 3.12 6.79 -
YUV 46.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 89 20 74 0 0.78 0.17 0.65 313.04 0.63 0.21
Hex 59 14 4A 0 4E 11 41 139 3F 15
Octal 131 24 112 0 116 21 101 471 77 25
Binary 1011001 10100 1001010 0 1001110 10001 1000001 100111001 111111 10101

Color Harmonies of #59144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59144A

Black with #59144A

Text Example


Text Example

White with #59144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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