#570546

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

Shades of Tyrian Purple #570546

Tints of Tyrian Purple #570546

Color information

#570546 (or 0x570546) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 46. RGB value is (87,5,70). Sum of RGB (Red+Green+Blue) = 87+5+70=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570546 is #A8FAB9. Grayscale: #242424. Windows color (decimal): -11074234 or 4588887. OLE color: 4588887.

HSL color Cylindrical-coordinate representation of color #570546: hue angle of 312.44º 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 #570546 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB87570-
CMYK00.940.200.66
HSL312.44º89.13%18.04%-
HSV(B)312.44º94.25%34.12%-
XYZ5.092.586.02-
YUV36.93146.67163.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=53.70%
G=3.09%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8757000.940.200.66312.4489.1318.04
Hex5754605E14421385912
Octal127510601362410247013122
Binary1010111101100011001011110101001000010100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570546; }

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

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

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

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

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

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

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

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