#570747

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

Shades of Tyrian Purple #570747

Tints of Tyrian Purple #570747

Color information

#570747 (or 0x570747) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 47. RGB value is (87,7,71). Sum of RGB (Red+Green+Blue) = 87+7+71=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570747 is #A8F8B8. Grayscale: #262626. Windows color (decimal): -11073721 or 4654935. OLE color: 4654935.

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

Color convert

RGB87771-
CMYK00.920.180.66
HSL312º85.11%18.43%-
HSV(B)312º91.95%34.12%-
XYZ5.142.636.2-
YUV38.22146.5162.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=52.73%
G=4.24%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8777100.920.180.6631285.1118.43
Hex5774705C12421385512
Octal127710701342210247012522
Binary1010111111100011101011100100101000010100111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570747; }

 p { color: rgb(87,7,71); }

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

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

 a { background-color: rgb(87,7,71); }

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

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

 span { border-color: rgb(87,7,71); }

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