#570445

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

Shades of Tyrian Purple #570445

Tints of Tyrian Purple #570445

Color information

#570445 (or 0x570445) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 45. RGB value is (87,4,69). Sum of RGB (Red+Green+Blue) = 87+4+69=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570445 is #A8FBBA. Grayscale: #242424. Windows color (decimal): -11074491 or 4523095. OLE color: 4523095.

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

Color convert

RGB87469-
CMYK00.950.210.66
HSL313.01º91.21%17.84%-
HSV(B)313.01º95.4%34.12%-
XYZ5.052.545.85-
YUV36.23146.5164.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=54.38%
G=2.5%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8746900.950.210.66313.0191.2117.84
Hex5744505F15421395b12
Octal127410501372510247113322
Binary1010111100100010101011111101011000010100111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570445; }

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

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

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

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

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

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

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

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