#57114B

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

Shades of Tyrian Purple #57114B

Tints of Tyrian Purple #57114B

Color information

#57114B (or 0x57114B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 11 and 4B. RGB value is (87,17,75). Sum of RGB (Red+Green+Blue) = 87+17+75=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57114B is #A8EEB4. Grayscale: #2C2C2C. Windows color (decimal): -11071157 or 4919639. OLE color: 4919639.

HSL color Cylindrical-coordinate representation of color #57114B: hue angle of 310.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57114B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB871775-
CMYK00.800.140.66
HSL310.29º67.31%20.39%-
HSV(B)310.29º80.46%34.12%-
XYZ5.42.946.94-
YUV44.54145.19158.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=48.60%
G=9.50%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87177500.800.140.66310.2967.3120.39
Hex57114B050E421364314
Octal1272111301201610246610324
Binary10101111000110010110101000011101000010100110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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