#581047

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

Shades of Tyrian Purple #581047

Tints of Tyrian Purple #581047

Color information

#581047 (or 0x581047) is unknown color: approx Tyrian Purple. HEX triplet: 58, 10 and 47. RGB value is (88,16,71). Sum of RGB (Red+Green+Blue) = 88+16+71=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581047 is #A7EFB8. Grayscale: #2B2B2B. Windows color (decimal): -11005881 or 4657240. OLE color: 4657240.

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

Color convert

RGB881671-
CMYK00.820.190.65
HSL314.17º69.23%20.39%-
HSV(B)314.17º81.82%34.51%-
XYZ5.352.96.24-
YUV43.8143.35159.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=50.29%
G=9.14%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88167100.820.190.65314.1769.2320.39
Hex581047052134113a4514
Octal1302010701222310147210524
Binary101100010000100011101010010100111000001100111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581047; }

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

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

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

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

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

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

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

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