#580538

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

Shades of Tyrian Purple #580538

Tints of Tyrian Purple #580538

Color information

#580538 (or 0x580538) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 38. RGB value is (88,5,56). Sum of RGB (Red+Green+Blue) = 88+5+56=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #580538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580538 is #A7FAC7. Grayscale: #232323. Windows color (decimal): -11008712 or 3671384. OLE color: 3671384.

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

Color convert

RGB88556-
CMYK00.940.360.65
HSL323.13º89.25%18.24%-
HSV(B)323.13º94.32%34.51%-
XYZ4.792.473.97-
YUV35.63139.5165.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=59.06%
G=3.36%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8855600.940.360.65323.1389.2518.24
Hex5853805E24411435912
Octal13057001364410150313122
Binary1011000101111000010111101001001000001101000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580538; }

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

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

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

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

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

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

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

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