#861271

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

Shades of Dark Purple #861271

Tints of Dark Purple #861271

Color information

#861271 (or 0x861271) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 71. RGB value is (134,18,113). Sum of RGB (Red+Green+Blue) = 134+18+113=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #861271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861271 is #79ED8E. Grayscale: #3F3F3F. Windows color (decimal): -7990671 or 7410310. OLE color: 7410310.

HSL color Cylindrical-coordinate representation of color #861271: hue angle of 310.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861271 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13418113-
CMYK00.870.160.47
HSL310.86º76.32%29.8%-
HSV(B)310.86º86.57%52.55%-
XYZ13.036.6916.23-
YUV63.51155.93178.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=50.57%
G=6.79%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341811300.870.160.47310.8676.3229.8
Hex861271057102F1374c1e
Octal206221610127205746711436
Binary100001101001011100010101011110000101111100110111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861271; }

 p { color: rgb(134,18,113); }

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

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

 a { background-color: rgb(134,18,113); }

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

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

 span { border-color: rgb(134,18,113); }

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