Html Css Color HEX #591148 Tyrian Purple

📋 copy color: '#591148'

red 89 ◦ green 17 ◦ blue 72

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

Shades of Tyrian Purple #591148

Tints of Tyrian Purple #591148

RGB

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

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

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

R = 50%
G = 9.55%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#591148 (or 0x591148) is known color: Tyrian Purple. HEX triplet: 59, 11 and 48. RGB value is (89,17,72). Sum of RGB (Red+Green+Blue) = 89+17+72=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591148 is #A6EEB7. Grayscale: #2C2C2C. Windows color (decimal): -10940088 or 4723033. OLE color: 4723033.

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

Color convert

RGB 89 17 72 -
CMYK 0 0.81 0.19 0.65
HSL 314.17º 0.68% 0.21% -
HSV(B) 314.17º 0.81% 0.35% -
XYZ 5.49 2.99 6.42 -
YUV 44.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 89 17 72 0 0.81 0.19 0.65 314.17 0.68 0.21
Hex 59 11 48 0 51 13 41 13A 44 15
Octal 131 21 110 0 121 23 101 472 104 25
Binary 1011001 10001 1001000 0 1010001 10011 1000001 100111010 1000100 10101

Color Harmonies of #591148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591148

Black with #591148

Text Example


Text Example

White with #591148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591148; }

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

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

background-color css

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

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

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

border-color css

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

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

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