#581040

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

Shades of Tyrian Purple #581040

Tints of Tyrian Purple #581040

Color information

#581040 (or 0x581040) is unknown color: approx Tyrian Purple. HEX triplet: 58, 10 and 40. RGB value is (88,16,64). Sum of RGB (Red+Green+Blue) = 88+16+64=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #581040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581040 is #A7EFBF. Grayscale: #2A2A2A. Windows color (decimal): -11005888 or 4198488. OLE color: 4198488.

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

Color convert

RGB881664-
CMYK00.820.270.65
HSL320º69.23%20.39%-
HSV(B)320º81.82%34.51%-
XYZ5.142.825.12-
YUV43139.85160.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=52.38%
G=9.52%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88166400.820.270.6532069.2320.39
Hex5810400521B411404514
Octal1302010001223310150010524
Binary101100010000100000001010010110111000001101000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581040; }

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

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

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

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

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

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

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

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