#581039

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

Shades of Tyrian Purple #581039

Tints of Tyrian Purple #581039

Color information

#581039 (or 0x581039) is unknown color: approx Tyrian Purple. HEX triplet: 58, 10 and 39. RGB value is (88,16,57). Sum of RGB (Red+Green+Blue) = 88+16+57=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581039 is #A7EFC6. Grayscale: #2A2A2A. Windows color (decimal): -11005895 or 3739736. OLE color: 3739736.

HSL color Cylindrical-coordinate representation of color #581039: hue angle of 325.83º 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 #581039 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB881657-
CMYK00.820.350.65
HSL325.83º69.23%20.39%-
HSV(B)325.83º81.82%34.51%-
XYZ4.952.744.14-
YUV42.2136.35160.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=54.66%
G=9.94%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88165700.820.350.65325.8369.2320.39
Hex58103905223411464514
Octal130207101224310150610524
Binary101100010000111001010100101000111000001101000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581039; }

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

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

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

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

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

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

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

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