#861F66

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

Shades of Dark Purple #861F66

Tints of Dark Purple #861F66

Color information

#861F66 (or 0x861F66) is unknown color: approx Dark Purple. HEX triplet: 86, 1F and 66. RGB value is (134,31,102). Sum of RGB (Red+Green+Blue) = 134+31+102=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F66 is #79E099. Grayscale: #454545. Windows color (decimal): -7987354 or 6692742. OLE color: 6692742.

HSL color Cylindrical-coordinate representation of color #861F66: hue angle of 318.64º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F66 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13431102-
CMYK00.770.240.47
HSL318.64º62.42%32.35%-
HSV(B)318.64º76.87%52.55%-
XYZ12.727.0113.25-
YUV69.89146.12173.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=50.19%
G=11.61%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343110200.770.240.47318.6462.4232.35
Hex861F6604D182F13f3e20
Octal20637146011530574777640
Binary100001101111111001100100110111000101111100111111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861F66; }

 p { color: rgb(134,31,102); }

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

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

 a { background-color: rgb(134,31,102); }

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

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

 span { border-color: rgb(134,31,102); }

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