#571246

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

Shades of Tyrian Purple #571246

Tints of Tyrian Purple #571246

Color information

#571246 (or 0x571246) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 46. RGB value is (87,18,70). Sum of RGB (Red+Green+Blue) = 87+18+70=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571246 is #A8EDB9. Grayscale: #2C2C2C. Windows color (decimal): -11070906 or 4592215. OLE color: 4592215.

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

Color convert

RGB871870-
CMYK00.790.200.66
HSL314.78º65.71%20.59%-
HSV(B)314.78º79.31%34.12%-
XYZ5.252.96.08-
YUV44.56142.36158.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 70 (27.73% from 255) = 40%
R=49.71%
G=10.29%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87187000.790.200.66314.7865.7120.59
Hex57124604F144213b4215
Octal1272210601172410247310225
Binary101011110010100011001001111101001000010100111011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571246; }

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

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

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

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

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

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

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

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