#861E7A

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

Shades of Dark Purple #861E7A

Tints of Dark Purple #861E7A

Color information

#861E7A (or 0x861E7A) is unknown color: approx Dark Purple. HEX triplet: 86, 1E and 7A. RGB value is (134,30,122). Sum of RGB (Red+Green+Blue) = 134+30+122=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #861E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E7A is #79E185. Grayscale: #474747. Windows color (decimal): -7987590 or 8003206. OLE color: 8003206.

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

Color convert

RGB13430122-
CMYK00.780.090.47
HSL306.92º63.41%32.16%-
HSV(B)306.92º77.61%52.55%-
XYZ13.817.419.11-
YUV71.58156.46172.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 30 (12.11% from 255) = 10.49%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=46.85%
G=10.49%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343012200.780.090.47306.9263.4132.16
Hex861E7A04E92F1333f20
Octal20636172011611574637740
Binary10000110111101111010010011101001101111100110011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,30,122); }

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

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

 a { background-color: rgb(134,30,122); }

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

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

 span { border-color: rgb(134,30,122); }

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