#570229

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

Shades of Tyrian Purple #570229

Tints of Tyrian Purple #570229

Color information

#570229 (or 0x570229) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 29. RGB value is (87,2,41). Sum of RGB (Red+Green+Blue) = 87+2+41=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570229 is #A8FDD6. Grayscale: #1F1F1F. Windows color (decimal): -11075031 or 2687575. OLE color: 2687575.

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

Color convert

RGB87241-
CMYK00.980.530.66
HSL332.47º95.51%17.45%-
HSV(B)332.47º97.7%34.12%-
XYZ4.352.232.3-
YUV31.86133.16167.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=66.92%
G=1.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724100.980.530.66332.4795.5117.45
Hex57229062354214c6011
Octal12725101426510251414021
Binary101011110101001011000101101011000010101001100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570229; }

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

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

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

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

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

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

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

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