#57054B

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

Shades of Tyrian Purple #57054B

Tints of Tyrian Purple #57054B

Color information

#57054B (or 0x57054B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 4B. RGB value is (87,5,75). Sum of RGB (Red+Green+Blue) = 87+5+75=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57054B is #A8FAB4. Grayscale: #252525. Windows color (decimal): -11074229 or 4916567. OLE color: 4916567.

HSL color Cylindrical-coordinate representation of color #57054B: hue angle of 308.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57054B is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB87575-
CMYK00.940.140.66
HSL308.78º89.13%18.04%-
HSV(B)308.78º94.25%34.12%-
XYZ5.252.646.89-
YUV37.5149.17163.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=52.10%
G=2.99%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8757500.940.140.66308.7889.1318.04
Hex5754B05EE421355912
Octal127511301361610246513122
Binary101011110110010110101111011101000010100110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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