#581138

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

Shades of Tyrian Purple #581138

Tints of Tyrian Purple #581138

Color information

#581138 (or 0x581138) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 38. RGB value is (88,17,56). Sum of RGB (Red+Green+Blue) = 88+17+56=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581138 is #A7EEC7. Grayscale: #2A2A2A. Windows color (decimal): -11005640 or 3674456. OLE color: 3674456.

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

Color convert

RGB881756-
CMYK00.810.360.65
HSL327.04º67.62%20.59%-
HSV(B)327.04º80.68%34.51%-
XYZ4.942.764.01-
YUV42.68135.52160.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=54.66%
G=10.56%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88175600.810.360.65327.0467.6220.59
Hex58113805124411474415
Octal130217001214410150710425
Binary101100010001111000010100011001001000001101000111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581138; }

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

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

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

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

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

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

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

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