#570223

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

Shades of Tyrian Purple #570223

Tints of Tyrian Purple #570223

Color information

#570223 (or 0x570223) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 23. RGB value is (87,2,35). Sum of RGB (Red+Green+Blue) = 87+2+35=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570223 is #A8FDDC. Grayscale: #1F1F1F. Windows color (decimal): -11075037 or 2294359. OLE color: 2294359.

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

Color convert

RGB87235-
CMYK00.980.600.66
HSL336.71º95.51%17.45%-
HSV(B)336.71º97.7%34.12%-
XYZ4.262.191.79-
YUV31.18130.16167.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=70.16%
G=1.61%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8723500.980.600.66336.7195.5117.45
Hex572230623C421516011
Octal12724301427410252114021
Binary101011110100011011000101111001000010101010001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570223; }

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

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

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

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

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

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

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

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