#581341

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

Shades of Tyrian Purple #581341

Tints of Tyrian Purple #581341

Color information

#581341 (or 0x581341) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 41. RGB value is (88,19,65). Sum of RGB (Red+Green+Blue) = 88+19+65=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #581341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581341 is #A7ECBE. Grayscale: #2C2C2C. Windows color (decimal): -11005119 or 4264792. OLE color: 4264792.

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

Color convert

RGB881965-
CMYK00.780.260.65
HSL320º64.49%20.98%-
HSV(B)320º78.41%34.51%-
XYZ5.212.925.29-
YUV44.88139.36158.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=51.16%
G=11.05%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88196500.780.260.6532064.4920.98
Hex58134104E1A411404015
Octal1302310101163210150010025
Binary101100010011100000101001110110101000001101000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581341; }

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

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

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

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

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

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

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

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