#580140

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

Shades of Tyrian Purple #580140

Tints of Tyrian Purple #580140

Color information

#580140 (or 0x580140) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 40. RGB value is (88,1,64). Sum of RGB (Red+Green+Blue) = 88+1+64=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #580140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580140 is #A7FEBF. Grayscale: #222222. Windows color (decimal): -11009728 or 4194648. OLE color: 4194648.

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

Color convert

RGB88164-
CMYK00.990.270.65
HSL316.55º97.75%17.45%-
HSV(B)316.55º98.86%34.51%-
XYZ4.962.475.07-
YUV34.2144.82166.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.52%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=57.52%
G=0.65%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8816400.990.270.65316.5597.7517.45
Hex581400631B4113d6211
Octal130110001433310147514221
Binary10110001100000001100011110111000001100111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580140; }

 p { color: rgb(88,1,64); }

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

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

 a { background-color: rgb(88,1,64); }

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

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

 span { border-color: rgb(88,1,64); }

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