#580B41

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

Shades of Tyrian Purple #580B41

Tints of Tyrian Purple #580B41

Color information

#580B41 (or 0x580B41) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0B and 41. RGB value is (88,11,65). Sum of RGB (Red+Green+Blue) = 88+11+65=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #580B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B41 is #A7F4BE. Grayscale: #282828. Windows color (decimal): -11007167 or 4262744. OLE color: 4262744.

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

Color convert

RGB881165-
CMYK00.880.260.65
HSL317.92º77.78%19.41%-
HSV(B)317.92º87.5%34.51%-
XYZ5.12.75.25-
YUV40.18142.01162.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=53.66%
G=6.71%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88116500.880.260.65317.9277.7819.41
Hex58B410581A4113e4e13
Octal1301310101303210147611623
Binary10110001011100000101011000110101000001100111110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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