#861A7D

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

Shades of Dark Purple #861A7D

Tints of Dark Purple #861A7D

Color information

#861A7D (or 0x861A7D) is unknown color: approx Dark Purple. HEX triplet: 86, 1A and 7D. RGB value is (134,26,125). Sum of RGB (Red+Green+Blue) = 134+26+125=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A7D is #79E582. Grayscale: #454545. Windows color (decimal): -7988611 or 8198790. OLE color: 8198790.

HSL color Cylindrical-coordinate representation of color #861A7D: hue angle of 305º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A7D is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13426125-
CMYK00.810.070.47
HSL305º67.5%31.37%-
HSV(B)305º80.6%52.55%-
XYZ13.97.2920.08-
YUV69.58159.28173.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=47.02%
G=9.12%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342612500.810.070.4730567.531.37
Hex861A7D05172F131441f
Octal20632175012175746110437
Binary1000011011010111110101010001111101111100110001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,26,125); }

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

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

 a { background-color: rgb(134,26,125); }

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

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

 span { border-color: rgb(134,26,125); }

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