#570A3A

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

Shades of Tyrian Purple #570A3A

Tints of Tyrian Purple #570A3A

Color information

#570A3A (or 0x570A3A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0A and 3A. RGB value is (87,10,58). Sum of RGB (Red+Green+Blue) = 87+10+58=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A3A is #A8F5C5. Grayscale: #262626. Windows color (decimal): -11072966 or 3803735. OLE color: 3803735.

HSL color Cylindrical-coordinate representation of color #570A3A: hue angle of 322.6º 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 #570A3A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB871058-
CMYK00.890.330.66
HSL322.6º79.38%19.02%-
HSV(B)322.6º88.51%34.12%-
XYZ4.82.554.24-
YUV38.49139.01162.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 10 (4.30% from 255) = 6.45%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=56.13%
G=6.45%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87105800.890.330.66322.679.3819.02
Hex57A3A05921421434f13
Octal127127201314110250311723
Binary10101111010111010010110011000011000010101000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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