#571541

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

Shades of Tyrian Purple #571541

Tints of Tyrian Purple #571541

Color information

#571541 (or 0x571541) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 41. RGB value is (87,21,65). Sum of RGB (Red+Green+Blue) = 87+21+65=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571541 is #A8EABE. Grayscale: #2D2D2D. Windows color (decimal): -11070143 or 4265303. OLE color: 4265303.

HSL color Cylindrical-coordinate representation of color #571541: hue angle of 320º 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 #571541 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB872165-
CMYK00.760.250.66
HSL320º61.11%21.18%-
HSV(B)320º75.86%34.12%-
XYZ5.152.945.3-
YUV45.75138.87157.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=50.29%
G=12.14%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216500.760.250.6632061.1121.18
Hex57154104C19421403d15
Octal127251010114311025007525
Binary10101111010110000010100110011001100001010100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571541; }

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

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

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

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

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

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

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

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