#57094E

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

Shades of Tyrian Purple #57094E

Tints of Tyrian Purple #57094E

Color information

#57094E (or 0x57094E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 09 and 4E. RGB value is (87,9,78). Sum of RGB (Red+Green+Blue) = 87+9+78=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #57094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57094E is #A8F6B1. Grayscale: #272727. Windows color (decimal): -11073202 or 5114199. OLE color: 5114199.

HSL color Cylindrical-coordinate representation of color #57094E: hue angle of 306.92º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57094E is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB87978-
CMYK00.900.100.66
HSL306.92º81.25%18.82%-
HSV(B)306.92º89.66%34.12%-
XYZ5.42.777.46-
YUV40.19149.34161.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=50%
G=5.17%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8797800.900.100.66306.9281.2518.82
Hex5794E05AA421335113
Octal1271111601321210246312123
Binary1010111100110011100101101010101000010100110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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