#580546

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

Shades of Tyrian Purple #580546

Tints of Tyrian Purple #580546

Color information

#580546 (or 0x580546) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 46. RGB value is (88,5,70). Sum of RGB (Red+Green+Blue) = 88+5+70=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #580546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580546 is #A7FAB9. Grayscale: #252525. Windows color (decimal): -11008698 or 4588888. OLE color: 4588888.

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

Color convert

RGB88570-
CMYK00.940.200.65
HSL313.01º89.25%18.24%-
HSV(B)313.01º94.32%34.51%-
XYZ5.182.636.03-
YUV37.23146.5164.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=53.99%
G=3.07%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8857000.940.200.65313.0189.2518.24
Hex5854605E14411395912
Octal130510601362410147113122
Binary1011000101100011001011110101001000001100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580546; }

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

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

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

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

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

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

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

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