#580037

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

Shades of Tyrian Purple #580037

Tints of Tyrian Purple #580037

Color information

#580037 (or 0x580037) is unknown color: approx Tyrian Purple. HEX triplet: 58, 00 and 37. RGB value is (88,0,55). Sum of RGB (Red+Green+Blue) = 88+0+55=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580037 is #A7FFC8. Grayscale: #202020. Windows color (decimal): -11009993 or 3604568. OLE color: 3604568.

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

Color convert

RGB88055-
CMYK010.380.65
HSL322.5º100%17.25%-
HSV(B)322.5º100%34.51%-
XYZ4.712.353.82-
YUV32.58140.65167.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88055010.380.65322.510017.25
Hex5803706426411426411
Octal13006701444610150214421
Binary10110000110111011001001001101000001101000010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580037; }

 p { color: rgb(88,0,55); }

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

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

 a { background-color: rgb(88,0,55); }

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

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

 span { border-color: rgb(88,0,55); }

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