#581146

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

Shades of Tyrian Purple #581146

Tints of Tyrian Purple #581146

Color information

#581146 (or 0x581146) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 46. RGB value is (88,17,70). Sum of RGB (Red+Green+Blue) = 88+17+70=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581146 is #A7EEB9. Grayscale: #2C2C2C. Windows color (decimal): -11005626 or 4591960. OLE color: 4591960.

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

Color convert

RGB881770-
CMYK00.810.200.65
HSL315.21º67.62%20.59%-
HSV(B)315.21º80.68%34.51%-
XYZ5.332.926.08-
YUV44.27142.52159.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 70 (27.73% from 255) = 40%
R=50.29%
G=9.71%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88177000.810.200.65315.2167.6220.59
Hex581146051144113b4415
Octal1302110601212410147310425
Binary101100010001100011001010001101001000001100111011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581146; }

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

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

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

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

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

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

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

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