#580A3F

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

Shades of Tyrian Purple #580A3F

Tints of Tyrian Purple #580A3F

Color information

#580A3F (or 0x580A3F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0A and 3F. RGB value is (88,10,63). Sum of RGB (Red+Green+Blue) = 88+10+63=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A3F is #A7F5C0. Grayscale: #272727. Windows color (decimal): -11007425 or 4131416. OLE color: 4131416.

HSL color Cylindrical-coordinate representation of color #580A3F: hue angle of 319.23º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A3F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB881063-
CMYK00.890.280.65
HSL319.23º79.59%19.22%-
HSV(B)319.23º88.64%34.51%-
XYZ5.032.654.95-
YUV39.36141.34162.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 63 (25% from 255) = 39.13%
R=54.66%
G=6.21%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88106300.890.280.65319.2379.5919.22
Hex58A3F0591C4113f5013
Octal130127701313410147712023
Binary1011000101011111101011001111001000001100111111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580A3F; }

 p { color: rgb(88,10,63); }

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

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

 a { background-color: rgb(88,10,63); }

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

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

 span { border-color: rgb(88,10,63); }

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