#580F47

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

Shades of Tyrian Purple #580F47

Tints of Tyrian Purple #580F47

Color information

#580F47 (or 0x580F47) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0F and 47. RGB value is (88,15,71). Sum of RGB (Red+Green+Blue) = 88+15+71=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F47 is #A7F0B8. Grayscale: #2B2B2B. Windows color (decimal): -11006137 or 4656984. OLE color: 4656984.

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

Color convert

RGB881571-
CMYK00.830.190.65
HSL313.97º70.87%20.2%-
HSV(B)313.97º82.95%34.51%-
XYZ5.332.876.23-
YUV43.21143.68159.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=50.57%
G=8.62%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88157100.830.190.65313.9770.8720.2
Hex58F47053134113a4714
Octal1301710701232310147210724
Binary10110001111100011101010011100111000001100111010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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