#57004D

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

Shades of Tyrian Purple #57004D

Tints of Tyrian Purple #57004D

Color information

#57004D (or 0x57004D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 4D. RGB value is (87,0,77). Sum of RGB (Red+Green+Blue) = 87+0+77=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57004D is #A8FFB2. Grayscale: #222222. Windows color (decimal): -11075507 or 5046359. OLE color: 5046359.

HSL color Cylindrical-coordinate representation of color #57004D: hue angle of 306.9º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57004D is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB87077-
CMYK010.110.66
HSL306.9º100%17.06%-
HSV(B)306.9º100%34.12%-
XYZ5.272.567.24-
YUV34.79151.82165.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=53.05%
G=0%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87077010.110.66306.910017.06
Hex5704D064B421336411
Octal127011501441310246314421
Binary1010111010011010110010010111000010100110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57004D; }

 p { color: rgb(87,0,77); }

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

<style>
 a { background-color: #57004D; }

 a { background-color: rgb(87,0,77); }

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

<style>
 span { border-color: #57004D; }

 span { border-color: rgb(87,0,77); }

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