#861A7C

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

Shades of Dark Purple #861A7C

Tints of Dark Purple #861A7C

Color information

#861A7C (or 0x861A7C) is unknown color: approx Dark Purple. HEX triplet: 86, 1A and 7C. RGB value is (134,26,124). Sum of RGB (Red+Green+Blue) = 134+26+124=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #861A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A7C is #79E583. Grayscale: #454545. Windows color (decimal): -7988612 or 8133254. OLE color: 8133254.

HSL color Cylindrical-coordinate representation of color #861A7C: hue angle of 305.56º 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 #861A7C is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13426124-
CMYK00.810.070.47
HSL305.56º67.5%31.37%-
HSV(B)305.56º80.6%52.55%-
XYZ13.847.2619.74-
YUV69.46158.78174.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=47.18%
G=9.15%
B=43.66%

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
Decimal1342612400.810.070.47305.5667.531.37
Hex861A7C05172F132441f
Octal20632174012175746210437
Binary1000011011010111110001010001111101111100110010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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