#580B47

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

Shades of Tyrian Purple #580B47

Tints of Tyrian Purple #580B47

Color information

#580B47 (or 0x580B47) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0B and 47. RGB value is (88,11,71). Sum of RGB (Red+Green+Blue) = 88+11+71=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #580B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B47 is #A7F4B8. Grayscale: #282828. Windows color (decimal): -11007161 or 4655960. OLE color: 4655960.

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

Color convert

RGB881171-
CMYK00.880.190.65
HSL313.25º77.78%19.41%-
HSV(B)313.25º87.5%34.51%-
XYZ5.282.776.22-
YUV40.86145.01161.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=51.76%
G=6.47%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88117100.880.190.65313.2577.7819.41
Hex58B4705813411394e13
Octal1301310701302310147111623
Binary10110001011100011101011000100111000001100111001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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