#570B48

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

Shades of Tyrian Purple #570B48

Tints of Tyrian Purple #570B48

Color information

#570B48 (or 0x570B48) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0B and 48. RGB value is (87,11,72). Sum of RGB (Red+Green+Blue) = 87+11+72=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #570B48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B48 is #A8F4B7. Grayscale: #282828. Windows color (decimal): -11072696 or 4721495. OLE color: 4721495.

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

Color convert

RGB871172-
CMYK00.870.170.66
HSL311.84º77.55%19.22%-
HSV(B)311.84º87.36%34.12%-
XYZ5.222.736.38-
YUV40.68145.68161.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=51.18%
G=6.47%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87117200.870.170.66311.8477.5519.22
Hex57B4805711421384e13
Octal1271311001272110247011623
Binary10101111011100100001010111100011000010100111000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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