#57014B

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

Shades of Tyrian Purple #57014B

Tints of Tyrian Purple #57014B

Color information

#57014B (or 0x57014B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 4B. RGB value is (87,1,75). Sum of RGB (Red+Green+Blue) = 87+1+75=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57014B is #A8FEB4. Grayscale: #222222. Windows color (decimal): -11075253 or 4915543. OLE color: 4915543.

HSL color Cylindrical-coordinate representation of color #57014B: hue angle of 308.37º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57014B is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB87175-
CMYK00.990.140.66
HSL308.37º97.73%17.25%-
HSV(B)308.37º98.85%34.12%-
XYZ5.212.566.88-
YUV35.15150.49164.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=53.37%
G=0.61%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8717500.990.140.66308.3797.7317.25
Hex5714B063E421346211
Octal127111301431610246414221
Binary1010111110010110110001111101000010100110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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