#57084A

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

Shades of Tyrian Purple #57084A

Tints of Tyrian Purple #57084A

Color information

#57084A (or 0x57084A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 08 and 4A. RGB value is (87,8,74). Sum of RGB (Red+Green+Blue) = 87+8+74=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57084A is #A8F7B5. Grayscale: #262626. Windows color (decimal): -11073462 or 4851799. OLE color: 4851799.

HSL color Cylindrical-coordinate representation of color #57084A: hue angle of 309.87º 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 #57084A is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB87874-
CMYK00.910.150.66
HSL309.87º83.16%18.63%-
HSV(B)309.87º90.8%34.12%-
XYZ5.252.696.72-
YUV39.14147.67162.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=51.48%
G=4.73%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8787400.910.150.66309.8783.1618.63
Hex5784A05BF421365313
Octal1271011201331710246612323
Binary1010111100010010100101101111111000010100110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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