#571545

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

Shades of Tyrian Purple #571545

Tints of Tyrian Purple #571545

Color information

#571545 (or 0x571545) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 45. RGB value is (87,21,69). Sum of RGB (Red+Green+Blue) = 87+21+69=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571545 is #A8EABA. Grayscale: #2E2E2E. Windows color (decimal): -11070139 or 4527447. OLE color: 4527447.

HSL color Cylindrical-coordinate representation of color #571545: hue angle of 316.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571545 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB872169-
CMYK00.760.210.66
HSL316.36º61.11%21.18%-
HSV(B)316.36º75.86%34.12%-
XYZ5.272.995.93-
YUV46.21140.87157.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=49.15%
G=11.86%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216900.760.210.66316.3661.1121.18
Hex57154504C154213c3d15
Octal127251050114251024747525
Binary10101111010110001010100110010101100001010011110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571545; }

 p { color: rgb(87,21,69); }

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

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

 a { background-color: rgb(87,21,69); }

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

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

 span { border-color: rgb(87,21,69); }

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