#57094B

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

Shades of Tyrian Purple #57094B

Tints of Tyrian Purple #57094B

Color information

#57094B (or 0x57094B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 09 and 4B. RGB value is (87,9,75). Sum of RGB (Red+Green+Blue) = 87+9+75=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57094B is #A8F6B4. Grayscale: #272727. Windows color (decimal): -11073205 or 4917591. OLE color: 4917591.

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

Color convert

RGB87975-
CMYK00.900.140.66
HSL309.23º81.25%18.82%-
HSV(B)309.23º89.66%34.12%-
XYZ5.32.736.9-
YUV39.85147.84161.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=50.88%
G=5.26%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8797500.900.140.66309.2381.2518.82
Hex5794B05AE421355113
Octal1271111301321610246512123
Binary1010111100110010110101101011101000010100110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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