#57084E

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

Shades of Tyrian Purple #57084E

Tints of Tyrian Purple #57084E

Color information

#57084E (or 0x57084E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 08 and 4E. RGB value is (87,8,78). Sum of RGB (Red+Green+Blue) = 87+8+78=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #57084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57084E is #A8F7B1. Grayscale: #272727. Windows color (decimal): -11073458 or 5113943. OLE color: 5113943.

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

Color convert

RGB87878-
CMYK00.910.100.66
HSL306.84º83.16%18.63%-
HSV(B)306.84º90.8%34.12%-
XYZ5.392.757.45-
YUV39.6149.67161.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=50.29%
G=4.62%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8787800.910.100.66306.8483.1618.63
Hex5784E05BA421335313
Octal1271011601331210246312323
Binary1010111100010011100101101110101000010100110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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