Html Css Color HEX #591340 Tyrian Purple

📋 copy color: '#591340'

red 89 ◦ green 19 ◦ blue 64

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

Shades of Tyrian Purple #591340

Tints of Tyrian Purple #591340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 51.74%
G = 11.05%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#591340 (or 0x591340) is known color: Tyrian Purple. HEX triplet: 59, 13 and 40. RGB value is (89,19,64). Sum of RGB (Red+Green+Blue) = 89+19+64=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591340 is #A6ECBF. Grayscale: #2C2C2C. Windows color (decimal): -10939584 or 4199257. OLE color: 4199257.

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

Color convert

RGB 89 19 64 -
CMYK 0 0.79 0.28 0.65
HSL 321.43º 0.65% 0.21% -
HSV(B) 321.43º 0.79% 0.35% -
XYZ 5.28 2.96 5.14 -
YUV 45.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 89 19 64 0 0.79 0.28 0.65 321.43 0.65 0.21
Hex 59 13 40 0 4F 1C 41 141 41 15
Octal 131 23 100 0 117 34 101 501 101 25
Binary 1011001 10011 1000000 0 1001111 11100 1000001 101000001 1000001 10101

Color Harmonies of #591340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591340

Black with #591340

Text Example


Text Example

White with #591340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591340; }

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

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

background-color css

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

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

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

border-color css

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

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

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