#57103A

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

Shades of Tyrian Purple #57103A

Tints of Tyrian Purple #57103A

Color information

#57103A (or 0x57103A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 3A. RGB value is (87,16,58). Sum of RGB (Red+Green+Blue) = 87+16+58=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #57103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103A is #A8EFC5. Grayscale: #292929. Windows color (decimal): -11071430 or 3805271. OLE color: 3805271.

HSL color Cylindrical-coordinate representation of color #57103A: hue angle of 324.51º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57103A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB871658-
CMYK00.820.330.66
HSL324.51º68.93%20.2%-
HSV(B)324.51º81.61%34.12%-
XYZ4.882.74.27-
YUV42.02137.02160.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=54.04%
G=9.94%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87165800.820.330.66324.5168.9320.2
Hex57103A05221421454514
Octal127207201224110250510524
Binary101011110000111010010100101000011000010101000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57103A; }

 p { color: rgb(87,16,58); }

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

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

 a { background-color: rgb(87,16,58); }

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

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

 span { border-color: rgb(87,16,58); }

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