#57153D

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

Shades of Tyrian Purple #57153D

Tints of Tyrian Purple #57153D

Color information

#57153D (or 0x57153D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 3D. RGB value is (87,21,61). Sum of RGB (Red+Green+Blue) = 87+21+61=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153D is #A8EAC2. Grayscale: #2D2D2D. Windows color (decimal): -11070147 or 4003159. OLE color: 4003159.

HSL color Cylindrical-coordinate representation of color #57153D: hue angle of 323.64º 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 #57153D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB872161-
CMYK00.760.300.66
HSL323.64º61.11%21.18%-
HSV(B)323.64º75.86%34.12%-
XYZ5.042.94.71-
YUV45.29136.87157.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=51.48%
G=12.43%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216100.760.300.66323.6461.1121.18
Hex57153D04C1E421443d15
Octal12725750114361025047525
Binary1010111101011111010100110011110100001010100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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