#580237

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

Shades of Tyrian Purple #580237

Tints of Tyrian Purple #580237

Color information

#580237 (or 0x580237) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 37. RGB value is (88,2,55). Sum of RGB (Red+Green+Blue) = 88+2+55=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #580237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580237 is #A7FDC8. Grayscale: #212121. Windows color (decimal): -11009481 or 3605080. OLE color: 3605080.

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

Color convert

RGB88255-
CMYK00.980.380.65
HSL323.02º95.56%17.65%-
HSV(B)323.02º97.73%34.51%-
XYZ4.742.393.83-
YUV33.76139.99166.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=60.69%
G=1.38%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825500.980.380.65323.0295.5617.65
Hex5823706226411436012
Octal13026701424610150314022
Binary101100010110111011000101001101000001101000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580237; }

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

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

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

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

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

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

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

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