#570245

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

Shades of Tyrian Purple #570245

Tints of Tyrian Purple #570245

Color information

#570245 (or 0x570245) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 45. RGB value is (87,2,69). Sum of RGB (Red+Green+Blue) = 87+2+69=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570245 is #A8FDBA. Grayscale: #222222. Windows color (decimal): -11075003 or 4522583. OLE color: 4522583.

HSL color Cylindrical-coordinate representation of color #570245: hue angle of 312.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570245 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB87269-
CMYK00.980.210.66
HSL312.71º95.51%17.45%-
HSV(B)312.71º97.7%34.12%-
XYZ5.032.55.85-
YUV35.05147.16165.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=55.06%
G=1.27%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8726900.980.210.66312.7195.5117.45
Hex5724506215421396011
Octal127210501422510247114021
Binary101011110100010101100010101011000010100111001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570245; }

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

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

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

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

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

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

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

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