#861A61

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

Shades of Dark Purple #861A61

Tints of Dark Purple #861A61

Color information

#861A61 (or 0x861A61) is unknown color: approx Dark Purple. HEX triplet: 86, 1A and 61. RGB value is (134,26,97). Sum of RGB (Red+Green+Blue) = 134+26+97=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A61 is #79E59E. Grayscale: #424242. Windows color (decimal): -7988639 or 6363782. OLE color: 6363782.

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

Color convert

RGB1342697-
CMYK00.810.280.47
HSL320.56º67.5%31.37%-
HSV(B)320.56º80.6%52.55%-
XYZ12.366.6711.95-
YUV66.39145.28176.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=52.14%
G=10.12%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134269700.810.280.47320.5667.531.37
Hex861A610511C2F141441f
Octal206321410121345750110437
Binary100001101101011000010101000111100101111101000001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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