Html Css Color HEX #591138 Tyrian Purple

📋 copy color: '#591138'

red 89 ◦ green 17 ◦ blue 56

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

Shades of Tyrian Purple #591138

Tints of Tyrian Purple #591138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 54.94%
G = 10.49%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#591138 (or 0x591138) is known color: Tyrian Purple. HEX triplet: 59, 11 and 38. RGB value is (89,17,56). Sum of RGB (Red+Green+Blue) = 89+17+56=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #591138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591138 is #A6EEC7. Grayscale: #2A2A2A. Windows color (decimal): -10940104 or 3674457. OLE color: 3674457.

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

Color convert

RGB 89 17 56 -
CMYK 0 0.81 0.37 0.65
HSL 327.5º 0.68% 0.21% -
HSV(B) 327.5º 0.81% 0.35% -
XYZ 5.03 2.81 4.02 -
YUV 42.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 89 17 56 0 0.81 0.37 0.65 327.5 0.68 0.21
Hex 59 11 38 0 51 25 41 148 44 15
Octal 131 21 70 0 121 45 101 510 104 25
Binary 1011001 10001 111000 0 1010001 100101 1000001 101001000 1000100 10101

Color Harmonies of #591138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591138

Black with #591138

Text Example


Text Example

White with #591138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591138; }

 p { color: rgb(89,17,56); }

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

background-color css

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

 a { background-color: rgb(89,17,56); }

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

border-color css

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

 span { border-color: rgb(89,17,56); }

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