#570529

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

Shades of Tyrian Purple #570529

Tints of Tyrian Purple #570529

Color information

#570529 (or 0x570529) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 29. RGB value is (87,5,41). Sum of RGB (Red+Green+Blue) = 87+5+41=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #570529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570529 is #A8FAD6. Grayscale: #212121. Windows color (decimal): -11074263 or 2688343. OLE color: 2688343.

HSL color Cylindrical-coordinate representation of color #570529: hue angle of 333.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570529 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB87541-
CMYK00.940.530.66
HSL333.66º89.13%18.04%-
HSV(B)333.66º94.25%34.12%-
XYZ4.382.292.31-
YUV33.62132.17166.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=65.41%
G=3.76%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8754100.940.530.66333.6689.1318.04
Hex5752905E354214e5912
Octal12755101366510251613122
Binary1010111101101001010111101101011000010101001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570529; }

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

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

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

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

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

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

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

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