#570A4A

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

Shades of Tyrian Purple #570A4A

Tints of Tyrian Purple #570A4A

Color information

#570A4A (or 0x570A4A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0A and 4A. RGB value is (87,10,74). Sum of RGB (Red+Green+Blue) = 87+10+74=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A4A is #A8F5B5. Grayscale: #282828. Windows color (decimal): -11072950 or 4852311. OLE color: 4852311.

HSL color Cylindrical-coordinate representation of color #570A4A: hue angle of 310.13º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A4A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB871074-
CMYK00.890.150.66
HSL310.13º79.38%19.02%-
HSV(B)310.13º88.51%34.12%-
XYZ5.282.746.73-
YUV40.32147.01161.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=50.88%
G=5.85%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87107400.890.150.66310.1379.3819.02
Hex57A4A059F421364f13
Octal1271211201311710246611723
Binary1010111101010010100101100111111000010100110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570A4A; }

 p { color: rgb(87,10,74); }

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

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

 a { background-color: rgb(87,10,74); }

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

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

 span { border-color: rgb(87,10,74); }

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