#591448

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

Shades of Tyrian Purple #591448

Tints of Tyrian Purple #591448

Color information

#591448 (or 0x591448) is unknown color: approx Tyrian Purple. HEX triplet: 59, 14 and 48. RGB value is (89,20,72). Sum of RGB (Red+Green+Blue) = 89+20+72=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #591448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591448 is #A6EBB7. Grayscale: #2E2E2E. Windows color (decimal): -10939320 or 4723801. OLE color: 4723801.

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

Color convert

RGB892072-
CMYK00.780.190.65
HSL314.78º63.3%21.37%-
HSV(B)314.78º77.53%34.9%-
XYZ5.543.096.44-
YUV46.56142.36158.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=49.17%
G=11.05%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89207200.780.190.65314.7863.321.37
Hex59144804E134113b3f15
Octal131241100116231014737725
Binary10110011010010010000100111010011100000110011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591448; }

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

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

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

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

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

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

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

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