#591247

Color #591247 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #591247

Tints of Tyrian Purple #591247

Color information

#591247 (or 0x591247) is unknown color: approx Tyrian Purple. HEX triplet: 59, 12 and 47. RGB value is (89,18,71). Sum of RGB (Red+Green+Blue) = 89+18+71=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591247 is #A6EDB8. Grayscale: #2D2D2D. Windows color (decimal): -10939833 or 4657753. OLE color: 4657753.

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

Color convert

RGB891871-
CMYK00.800.200.65
HSL315.21º66.36%20.98%-
HSV(B)315.21º79.78%34.9%-
XYZ5.473.016.25-
YUV45.27142.52159.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=50%
G=10.11%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89187100.800.200.65315.2166.3620.98
Hex591247050144113b4215
Octal1312210701202410147310225
Binary101100110010100011101010000101001000001100111011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591247; }

 p { color: rgb(89,18,71); }

 H1.HeaderClassName
 {
   color: #591247;
 }
 .AnyTagClassName
 {
   color: #591247;
 }
</style>
background-color css

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

 a { background-color: rgb(89,18,71); }

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

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

 span { border-color: rgb(89,18,71); }

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