#581141

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

Shades of Tyrian Purple #581141

Tints of Tyrian Purple #581141

Color information

#581141 (or 0x581141) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 41. RGB value is (88,17,65). Sum of RGB (Red+Green+Blue) = 88+17+65=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #581141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581141 is #A7EEBE. Grayscale: #2B2B2B. Windows color (decimal): -11005631 or 4264280. OLE color: 4264280.

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

Color convert

RGB881765-
CMYK00.810.260.65
HSL319.44º67.62%20.59%-
HSV(B)319.44º80.68%34.51%-
XYZ5.182.865.28-
YUV43.7140.02159.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=51.76%
G=10%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88176500.810.260.65319.4467.6220.59
Hex5811410511A4113f4415
Octal1302110101213210147710425
Binary101100010001100000101010001110101000001100111111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581141; }

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

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

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

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

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

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

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

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