#570B3F

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

Shades of Tyrian Purple #570B3F

Tints of Tyrian Purple #570B3F

Color information

#570B3F (or 0x570B3F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0B and 3F. RGB value is (87,11,63). Sum of RGB (Red+Green+Blue) = 87+11+63=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B3F is #A8F4C0. Grayscale: #272727. Windows color (decimal): -11072705 or 4131671. OLE color: 4131671.

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

Color convert

RGB871163-
CMYK00.870.280.66
HSL318.95º77.55%19.22%-
HSV(B)318.95º87.36%34.12%-
XYZ4.952.624.95-
YUV39.65141.18161.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 63 (25% from 255) = 39.13%
R=54.04%
G=6.83%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87116300.870.280.66318.9577.5519.22
Hex57B3F0571C4213f4e13
Octal127137701273410247711623
Binary1010111101111111101010111111001000010100111111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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