#570446

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

Shades of Tyrian Purple #570446

Tints of Tyrian Purple #570446

Color information

#570446 (or 0x570446) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 46. RGB value is (87,4,70). Sum of RGB (Red+Green+Blue) = 87+4+70=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570446 is #A8FBB9. Grayscale: #242424. Windows color (decimal): -11074490 or 4588631. OLE color: 4588631.

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

Color convert

RGB87470-
CMYK00.950.200.66
HSL312.29º91.21%17.84%-
HSV(B)312.29º95.4%34.12%-
XYZ5.082.566.02-
YUV36.34147164.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=54.04%
G=2.48%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8747000.950.200.66312.2991.2117.84
Hex5744605F14421385b12
Octal127410601372410247013322
Binary1010111100100011001011111101001000010100111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570446; }

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

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

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

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

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

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

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

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