#570239

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

Shades of Tyrian Purple #570239

Tints of Tyrian Purple #570239

Color information

#570239 (or 0x570239) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 39. RGB value is (87,2,57). Sum of RGB (Red+Green+Blue) = 87+2+57=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570239 is #A8FDC6. Grayscale: #212121. Windows color (decimal): -11075015 or 3736151. OLE color: 3736151.

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

Color convert

RGB87257-
CMYK00.980.340.66
HSL321.18º95.51%17.45%-
HSV(B)321.18º97.7%34.12%-
XYZ4.692.374.08-
YUV33.68141.16166.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=59.59%
G=1.37%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8725700.980.340.66321.1895.5117.45
Hex5723906222421416011
Octal12727101424210250114021
Binary101011110111001011000101000101000010101000001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570239; }

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

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

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

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

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

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

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

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