#57104B

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

Shades of Tyrian Purple #57104B

Tints of Tyrian Purple #57104B

Color information

#57104B (or 0x57104B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 4B. RGB value is (87,16,75). Sum of RGB (Red+Green+Blue) = 87+16+75=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57104B is #A8EFB4. Grayscale: #2B2B2B. Windows color (decimal): -11071413 or 4919383. OLE color: 4919383.

HSL color Cylindrical-coordinate representation of color #57104B: hue angle of 310.14º 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 #57104B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB871675-
CMYK00.820.140.66
HSL310.14º68.93%20.2%-
HSV(B)310.14º81.61%34.12%-
XYZ5.392.96.93-
YUV43.96145.52158.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=48.88%
G=8.99%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87167500.820.140.66310.1468.9320.2
Hex57104B052E421364514
Octal1272011301221610246610524
Binary10101111000010010110101001011101000010100110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57104B; }

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

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

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

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

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

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

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

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