#570244

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

Shades of Tyrian Purple #570244

Tints of Tyrian Purple #570244

Color information

#570244 (or 0x570244) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 44. RGB value is (87,2,68). Sum of RGB (Red+Green+Blue) = 87+2+68=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #570244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570244 is #A8FDBB. Grayscale: #222222. Windows color (decimal): -11075004 or 4457047. OLE color: 4457047.

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

Color convert

RGB87268-
CMYK00.980.220.66
HSL313.41º95.51%17.45%-
HSV(B)313.41º97.7%34.12%-
XYZ52.495.69-
YUV34.94146.66165.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=55.41%
G=1.27%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8726800.980.220.66313.4195.5117.45
Hex5724406216421396011
Octal127210401422610247114021
Binary101011110100010001100010101101000010100111001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570244; }

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

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

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

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

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

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

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

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