#581347

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

Shades of Tyrian Purple #581347

Tints of Tyrian Purple #581347

Color information

#581347 (or 0x581347) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 47. RGB value is (88,19,71). Sum of RGB (Red+Green+Blue) = 88+19+71=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #581347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581347 is #A7ECB8. Grayscale: #2D2D2D. Windows color (decimal): -11005113 or 4658008. OLE color: 4658008.

HSL color Cylindrical-coordinate representation of color #581347: hue angle of 314.78º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581347 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB881971-
CMYK00.780.190.65
HSL314.78º64.49%20.98%-
HSV(B)314.78º78.41%34.51%-
XYZ5.3936.26-
YUV45.56142.36158.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=49.44%
G=10.67%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88197100.780.190.65314.7864.4920.98
Hex58134704E134113b4015
Octal1302310701162310147310025
Binary101100010011100011101001110100111000001100111011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581347; }

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

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

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

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

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

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

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

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