#570535

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

Shades of Tyrian Purple #570535

Tints of Tyrian Purple #570535

Color information

#570535 (or 0x570535) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 35. RGB value is (87,5,53). Sum of RGB (Red+Green+Blue) = 87+5+53=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570535 is #A8FACA. Grayscale: #222222. Windows color (decimal): -11074251 or 3474775. OLE color: 3474775.

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

Color convert

RGB87553-
CMYK00.940.390.66
HSL324.88º89.13%18.04%-
HSV(B)324.88º94.25%34.12%-
XYZ4.632.393.59-
YUV34.99138.17165.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=60%
G=3.45%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8755300.940.390.66324.8889.1318.04
Hex5753505E27421455912
Octal12756501364710250513122
Binary1010111101110101010111101001111000010101000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570535; }

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

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

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

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

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

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

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

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