#57143B

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

Shades of Tyrian Purple #57143B

Tints of Tyrian Purple #57143B

Color information

#57143B (or 0x57143B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 14 and 3B. RGB value is (87,20,59). Sum of RGB (Red+Green+Blue) = 87+20+59=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57143B is #A8EBC4. Grayscale: #2C2C2C. Windows color (decimal): -11070405 or 3871831. OLE color: 3871831.

HSL color Cylindrical-coordinate representation of color #57143B: hue angle of 325.07º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57143B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB872059-
CMYK00.770.320.66
HSL325.07º62.62%20.98%-
HSV(B)325.07º77.01%34.12%-
XYZ4.972.844.42-
YUV44.48136.2158.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=52.41%
G=12.05%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87205900.770.320.66325.0762.6220.98
Hex57143B04D20421453f15
Octal12724730115401025057725
Binary10101111010011101101001101100000100001010100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,20,59); }

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

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

 a { background-color: rgb(87,20,59); }

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

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

 span { border-color: rgb(87,20,59); }

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