#580549

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

Shades of Tyrian Purple #580549

Tints of Tyrian Purple #580549

Color information

#580549 (or 0x580549) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 49. RGB value is (88,5,73). Sum of RGB (Red+Green+Blue) = 88+5+73=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #580549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580549 is #A7FAB6. Grayscale: #252525. Windows color (decimal): -11008695 or 4785496. OLE color: 4785496.

HSL color Cylindrical-coordinate representation of color #580549: hue angle of 310.84º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580549 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB88573-
CMYK00.940.170.65
HSL310.84º89.25%18.24%-
HSV(B)310.84º94.32%34.51%-
XYZ5.282.666.54-
YUV37.57148163.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=53.01%
G=3.01%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8857300.940.170.65310.8489.2518.24
Hex5854905E11411375912
Octal130511101362110146713122
Binary1011000101100100101011110100011000001100110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580549; }

 p { color: rgb(88,5,73); }

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

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

 a { background-color: rgb(88,5,73); }

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

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

 span { border-color: rgb(88,5,73); }

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