#57094F

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

Shades of Tyrian Purple #57094F

Tints of Tyrian Purple #57094F

Color information

#57094F (or 0x57094F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 09 and 4F. RGB value is (87,9,79). Sum of RGB (Red+Green+Blue) = 87+9+79=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #57094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57094F is #A8F6B0. Grayscale: #282828. Windows color (decimal): -11073201 or 5179735. OLE color: 5179735.

HSL color Cylindrical-coordinate representation of color #57094F: hue angle of 306.15º 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 #57094F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB87979-
CMYK00.900.090.66
HSL306.15º81.25%18.82%-
HSV(B)306.15º89.66%34.12%-
XYZ5.442.797.65-
YUV40.3149.84161.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=49.71%
G=5.14%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8797900.900.090.66306.1581.2518.82
Hex5794F05A9421325113
Octal1271111701321110246212123
Binary1010111100110011110101101010011000010100110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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