#57084D

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

Shades of Tyrian Purple #57084D

Tints of Tyrian Purple #57084D

Color information

#57084D (or 0x57084D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 08 and 4D. RGB value is (87,8,77). Sum of RGB (Red+Green+Blue) = 87+8+77=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57084D is #A8F7B2. Grayscale: #272727. Windows color (decimal): -11073459 or 5048407. OLE color: 5048407.

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

Color convert

RGB87877-
CMYK00.910.110.66
HSL307.59º83.16%18.63%-
HSV(B)307.59º90.8%34.12%-
XYZ5.362.747.27-
YUV39.49149.17161.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=50.58%
G=4.65%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8787700.910.110.66307.5983.1618.63
Hex5784D05BB421345313
Octal1271011501331310246412323
Binary1010111100010011010101101110111000010100110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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