#580542

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

Shades of Tyrian Purple #580542

Tints of Tyrian Purple #580542

Color information

#580542 (or 0x580542) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 42. RGB value is (88,5,66). Sum of RGB (Red+Green+Blue) = 88+5+66=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #580542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580542 is #A7FABD. Grayscale: #242424. Windows color (decimal): -11008702 or 4326744. OLE color: 4326744.

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

Color convert

RGB88566-
CMYK00.940.250.65
HSL315.9º89.25%18.24%-
HSV(B)315.9º94.32%34.51%-
XYZ5.062.585.38-
YUV36.77144.5164.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=55.35%
G=3.14%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8856600.940.250.65315.989.2518.24
Hex5854205E194113c5912
Octal130510201363110147413122
Binary1011000101100001001011110110011000001100111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580542; }

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

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

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

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

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

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

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

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