Html Css Color HEX #591048 Tyrian Purple

📋 copy color: '#591048'

red 89 ◦ green 16 ◦ blue 72

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

Shades of Tyrian Purple #591048

Tints of Tyrian Purple #591048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 50.28%
G = 9.04%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#591048 (or 0x591048) is known color: Tyrian Purple. HEX triplet: 59, 10 and 48. RGB value is (89,16,72). Sum of RGB (Red+Green+Blue) = 89+16+72=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #591048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591048 is #A6EFB7. Grayscale: #2C2C2C. Windows color (decimal): -10940344 or 4722777. OLE color: 4722777.

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

Color convert

RGB 89 16 72 -
CMYK 0 0.82 0.19 0.65
HSL 313.97º 0.7% 0.21% -
HSV(B) 313.97º 0.82% 0.35% -
XYZ 5.47 2.96 6.41 -
YUV 44.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 89 16 72 0 0.82 0.19 0.65 313.97 0.7 0.21
Hex 59 10 48 0 52 13 41 13A 46 15
Octal 131 20 110 0 122 23 101 472 106 25
Binary 1011001 10000 1001000 0 1010010 10011 1000001 100111010 1000110 10101

Color Harmonies of #591048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591048

Black with #591048

Text Example


Text Example

White with #591048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591048; }

 p { color: rgb(89,16,72); }

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

background-color css

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

 a { background-color: rgb(89,16,72); }

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

border-color css

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

 span { border-color: rgb(89,16,72); }

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