#861B60

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

Shades of Dark Purple #861B60

Tints of Dark Purple #861B60

Color information

#861B60 (or 0x861B60) is unknown color: approx Dark Purple. HEX triplet: 86, 1B and 60. RGB value is (134,27,96). Sum of RGB (Red+Green+Blue) = 134+27+96=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B60 is #79E49F. Grayscale: #424242. Windows color (decimal): -7988384 or 6298502. OLE color: 6298502.

HSL color Cylindrical-coordinate representation of color #861B60: hue angle of 321.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B60 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1342796-
CMYK00.800.280.47
HSL321.31º66.46%31.57%-
HSV(B)321.31º79.85%52.55%-
XYZ12.336.711.71-
YUV66.86144.45175.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=52.14%
G=10.51%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134279600.800.280.47321.3166.4631.57
Hex861B600501C2F1414220
Octal206331400120345750110240
Binary1000011011011110000001010000111001011111010000011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,27,96); }

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

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

 a { background-color: rgb(134,27,96); }

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

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

 span { border-color: rgb(134,27,96); }

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