#581041

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

Shades of Tyrian Purple #581041

Tints of Tyrian Purple #581041

Color information

#581041 (or 0x581041) is unknown color: approx Tyrian Purple. HEX triplet: 58, 10 and 41. RGB value is (88,16,65). Sum of RGB (Red+Green+Blue) = 88+16+65=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #581041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581041 is #A7EFBE. Grayscale: #2A2A2A. Windows color (decimal): -11005887 or 4264024. OLE color: 4264024.

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

Color convert

RGB881665-
CMYK00.820.260.65
HSL319.17º69.23%20.39%-
HSV(B)319.17º81.82%34.51%-
XYZ5.162.835.27-
YUV43.11140.35160.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=52.07%
G=9.47%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88166500.820.260.65319.1769.2320.39
Hex5810410521A4113f4514
Octal1302010101223210147710524
Binary101100010000100000101010010110101000001100111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581041; }

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

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

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

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

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

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

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

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