Html Css Color HEX #591341 Tyrian Purple

📋 copy color: '#591341'

red 89 ◦ green 19 ◦ blue 65

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

Shades of Tyrian Purple #591341

Tints of Tyrian Purple #591341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

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

R = 51.45%
G = 10.98%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#591341 (or 0x591341) is known color: Tyrian Purple. HEX triplet: 59, 13 and 41. RGB value is (89,19,65). Sum of RGB (Red+Green+Blue) = 89+19+65=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #591341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591341 is #A6ECBE. Grayscale: #2D2D2D. Windows color (decimal): -10939583 or 4264793. OLE color: 4264793.

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

Color convert

RGB 89 19 65 -
CMYK 0 0.79 0.27 0.65
HSL 320.57º 0.65% 0.21% -
HSV(B) 320.57º 0.79% 0.35% -
XYZ 5.31 2.97 5.29 -
YUV 45.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 89 19 65 0 0.79 0.27 0.65 320.57 0.65 0.21
Hex 59 13 41 0 4F 1B 41 141 41 15
Octal 131 23 101 0 117 33 101 501 101 25
Binary 1011001 10011 1000001 0 1001111 11011 1000001 101000001 1000001 10101

Color Harmonies of #591341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591341

Black with #591341

Text Example


Text Example

White with #591341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591341; }

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

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

background-color css

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

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

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

border-color css

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

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

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