#57153F

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

Shades of Tyrian Purple #57153F

Tints of Tyrian Purple #57153F

Color information

#57153F (or 0x57153F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 3F. RGB value is (87,21,63). Sum of RGB (Red+Green+Blue) = 87+21+63=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153F is #A8EAC0. Grayscale: #2D2D2D. Windows color (decimal): -11070145 or 4134231. OLE color: 4134231.

HSL color Cylindrical-coordinate representation of color #57153F: hue angle of 321.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57153F is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB872163-
CMYK00.760.280.66
HSL321.82º61.11%21.18%-
HSV(B)321.82º75.86%34.12%-
XYZ5.12.925-
YUV45.52137.87157.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 63 (25% from 255) = 36.84%
R=50.88%
G=12.28%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216300.760.280.66321.8261.1121.18
Hex57153F04C1C421423d15
Octal12725770114341025027525
Binary1010111101011111110100110011100100001010100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57153F; }

 p { color: rgb(87,21,63); }

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

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

 a { background-color: rgb(87,21,63); }

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

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

 span { border-color: rgb(87,21,63); }

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