#570528

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

Shades of Tyrian Purple #570528

Tints of Tyrian Purple #570528

Color information

#570528 (or 0x570528) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 28. RGB value is (87,5,40). Sum of RGB (Red+Green+Blue) = 87+5+40=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570528 is #A8FAD7. Grayscale: #212121. Windows color (decimal): -11074264 or 2622807. OLE color: 2622807.

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

Color convert

RGB87540-
CMYK00.940.540.66
HSL334.39º89.13%18.04%-
HSV(B)334.39º94.25%34.12%-
XYZ4.372.292.22-
YUV33.51131.67166.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=65.91%
G=3.79%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8754000.940.540.66334.3989.1318.04
Hex5752805E364214e5912
Octal12755001366610251613122
Binary1010111101101000010111101101101000010101001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570528; }

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

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

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

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

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

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

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

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