Html Css Color HEX #591441 Tyrian Purple

📋 copy color: '#591441'

red 89 ◦ green 20 ◦ blue 65

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

Shades of Tyrian Purple #591441

Tints of Tyrian Purple #591441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 51.15%
G = 11.49%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#591441 (or 0x591441) is known color: Tyrian Purple. HEX triplet: 59, 14 and 41. RGB value is (89,20,65). Sum of RGB (Red+Green+Blue) = 89+20+65=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #591441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591441 is #A6EBBE. Grayscale: #2D2D2D. Windows color (decimal): -10939327 or 4265049. OLE color: 4265049.

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

Color convert

RGB 89 20 65 -
CMYK 0 0.78 0.27 0.65
HSL 320.87º 0.63% 0.21% -
HSV(B) 320.87º 0.78% 0.35% -
XYZ 5.32 3.01 5.3 -
YUV 45.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 89 20 65 0 0.78 0.27 0.65 320.87 0.63 0.21
Hex 59 14 41 0 4E 1B 41 141 3F 15
Octal 131 24 101 0 116 33 101 501 77 25
Binary 1011001 10100 1000001 0 1001110 11011 1000001 101000001 111111 10101

Color Harmonies of #591441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591441

Black with #591441

Text Example


Text Example

White with #591441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591441; }

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

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

background-color css

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

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

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

border-color css

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

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

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