#570a3f

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

Shades of Tyrian Purple #570A3F

Tints of Tyrian Purple #570A3F

Color information

#570A3F (or 0x570A3F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0A and 3F. RGB value is (87,10,63). Sum of RGB (Red+Green+Blue) = 87+10+63=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A3F is #A8F5C0. Grayscale: #262626. Windows color (decimal): -11072961 or 4131415. OLE color: 4131415.

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

Color convert

RGB871063-
CMYK00.890.280.66
HSL318.7º79.38%19.02%-
HSV(B)318.7º88.51%34.12%-
XYZ4.942.64.94-
YUV39.06141.51162.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 63 (25% from 255) = 39.38%
R=54.38%
G=6.25%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87106300.890.280.66318.779.3819.02
Hex57A3F0591C4213f4f13
Octal127127701313410247711723
Binary1010111101011111101011001111001000010100111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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