#57094D

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

Shades of Tyrian Purple #57094D

Tints of Tyrian Purple #57094D

Color information

#57094D (or 0x57094D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 09 and 4D. RGB value is (87,9,77). Sum of RGB (Red+Green+Blue) = 87+9+77=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #57094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57094D is #A8F6B2. Grayscale: #272727. Windows color (decimal): -11073203 or 5048663. OLE color: 5048663.

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

Color convert

RGB87977-
CMYK00.900.110.66
HSL307.69º81.25%18.82%-
HSV(B)307.69º89.66%34.12%-
XYZ5.372.767.27-
YUV40.07148.84161.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=50.29%
G=5.20%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8797700.900.110.66307.6981.2518.82
Hex5794D05AB421345113
Octal1271111501321310246412123
Binary1010111100110011010101101010111000010100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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