#570549

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

Shades of Tyrian Purple #570549

Tints of Tyrian Purple #570549

Color information

#570549 (or 0x570549) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 49. RGB value is (87,5,73). Sum of RGB (Red+Green+Blue) = 87+5+73=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570549 is #A8FAB6. Grayscale: #252525. Windows color (decimal): -11074231 or 4785495. OLE color: 4785495.

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

Color convert

RGB87573-
CMYK00.940.160.66
HSL310.24º89.13%18.04%-
HSV(B)310.24º94.25%34.12%-
XYZ5.192.626.53-
YUV37.27148.17163.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=52.73%
G=3.03%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8757300.940.160.66310.2489.1318.04
Hex5754905E10421365912
Octal127511101362010246613122
Binary1010111101100100101011110100001000010100110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570549; }

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

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

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

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

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

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

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

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