#571446

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

Shades of Tyrian Purple #571446

Tints of Tyrian Purple #571446

Color information

#571446 (or 0x571446) is unknown color: approx Tyrian Purple. HEX triplet: 57, 14 and 46. RGB value is (87,20,70). Sum of RGB (Red+Green+Blue) = 87+20+70=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571446 is #A8EBB9. Grayscale: #2D2D2D. Windows color (decimal): -11070394 or 4592727. OLE color: 4592727.

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

Color convert

RGB872070-
CMYK00.770.200.66
HSL315.22º62.62%20.98%-
HSV(B)315.22º77.01%34.12%-
XYZ5.292.976.09-
YUV45.73141.7157.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=49.15%
G=11.30%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87207000.770.200.66315.2262.6220.98
Hex57144604D144213b3f15
Octal127241060115241024737725
Binary10101111010010001100100110110100100001010011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571446; }

 p { color: rgb(87,20,70); }

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

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

 a { background-color: rgb(87,20,70); }

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

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

 span { border-color: rgb(87,20,70); }

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