#581136

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

Shades of Tyrian Purple #581136

Tints of Tyrian Purple #581136

Color information

#581136 (or 0x581136) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 36. RGB value is (88,17,54). Sum of RGB (Red+Green+Blue) = 88+17+54=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #581136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581136 is #A7EEC9. Grayscale: #2A2A2A. Windows color (decimal): -11005642 or 3543384. OLE color: 3543384.

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

Color convert

RGB881754-
CMYK00.810.390.65
HSL328.73º67.62%20.59%-
HSV(B)328.73º80.68%34.51%-
XYZ4.892.743.76-
YUV42.45134.52160.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=55.35%
G=10.69%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88175400.810.390.65328.7367.6220.59
Hex58113605127411494415
Octal130216601214710151110425
Binary101100010001110110010100011001111000001101001001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581136; }

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

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

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

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

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

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

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

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