#570228

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

Shades of Tyrian Purple #570228

Tints of Tyrian Purple #570228

Color information

#570228 (or 0x570228) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 28. RGB value is (87,2,40). Sum of RGB (Red+Green+Blue) = 87+2+40=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570228 is #A8FDD7. Grayscale: #1F1F1F. Windows color (decimal): -11075032 or 2622039. OLE color: 2622039.

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

Color convert

RGB87240-
CMYK00.980.540.66
HSL333.18º95.51%17.45%-
HSV(B)333.18º97.7%34.12%-
XYZ4.342.222.21-
YUV31.75132.66167.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=67.44%
G=1.55%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724000.980.540.66333.1895.5117.45
Hex57228062364214d6011
Octal12725001426610251514021
Binary101011110101000011000101101101000010101001101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570228; }

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

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

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

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

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

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

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

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