#581346

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

Shades of Tyrian Purple #581346

Tints of Tyrian Purple #581346

Color information

#581346 (or 0x581346) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 46. RGB value is (88,19,70). Sum of RGB (Red+Green+Blue) = 88+19+70=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581346 is #A7ECB9. Grayscale: #2D2D2D. Windows color (decimal): -11005114 or 4592472. OLE color: 4592472.

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

Color convert

RGB881970-
CMYK00.780.200.65
HSL315.65º64.49%20.98%-
HSV(B)315.65º78.41%34.51%-
XYZ5.362.986.09-
YUV45.44141.86158.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=49.72%
G=10.73%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88197000.780.200.65315.6564.4920.98
Hex58134604E144113c4015
Octal1302310601162410147410025
Binary101100010011100011001001110101001000001100111100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581346; }

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

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

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

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

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

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

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

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