#580F41

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

Shades of Tyrian Purple #580F41

Tints of Tyrian Purple #580F41

Color information

#580F41 (or 0x580F41) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0F and 41. RGB value is (88,15,65). Sum of RGB (Red+Green+Blue) = 88+15+65=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #580F41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F41 is #A7F0BE. Grayscale: #2A2A2A. Windows color (decimal): -11006143 or 4263768. OLE color: 4263768.

HSL color Cylindrical-coordinate representation of color #580F41: hue angle of 318.9º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F41 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB881565-
CMYK00.830.260.65
HSL318.9º70.87%20.2%-
HSV(B)318.9º82.95%34.51%-
XYZ5.152.85.27-
YUV42.53140.68160.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=52.38%
G=8.93%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88156500.830.260.65318.970.8720.2
Hex58F410531A4113f4714
Octal1301710101233210147710724
Binary10110001111100000101010011110101000001100111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,15,65); }

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

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

 a { background-color: rgb(88,15,65); }

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

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

 span { border-color: rgb(88,15,65); }

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