#580F45

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

Shades of Tyrian Purple #580F45

Tints of Tyrian Purple #580F45

Color information

#580F45 (or 0x580F45) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0F and 45. RGB value is (88,15,69). Sum of RGB (Red+Green+Blue) = 88+15+69=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #580F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F45 is #A7F0BA. Grayscale: #2A2A2A. Windows color (decimal): -11006139 or 4525912. OLE color: 4525912.

HSL color Cylindrical-coordinate representation of color #580F45: hue angle of 315.62º 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 #580F45 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB881569-
CMYK00.830.220.65
HSL315.62º70.87%20.2%-
HSV(B)315.62º82.95%34.51%-
XYZ5.272.855.9-
YUV42.98142.68160.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=51.16%
G=8.72%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88156900.830.220.65315.6270.8720.2
Hex58F45053164113c4714
Octal1301710501232610147410724
Binary10110001111100010101010011101101000001100111100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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