#861072

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

Shades of Dark Purple #861072

Tints of Dark Purple #861072

Color information

#861072 (or 0x861072) is unknown color: approx Dark Purple. HEX triplet: 86, 10 and 72. RGB value is (134,16,114). Sum of RGB (Red+Green+Blue) = 134+16+114=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #861072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861072 is #79EF8D. Grayscale: #3E3E3E. Windows color (decimal): -7991182 or 7475334. OLE color: 7475334.

HSL color Cylindrical-coordinate representation of color #861072: hue angle of 310.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861072 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13416114-
CMYK00.880.150.47
HSL310.17º78.67%29.41%-
HSV(B)310.17º88.06%52.55%-
XYZ13.056.6516.52-
YUV62.45157.09179.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=50.76%
G=6.06%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341611400.880.150.47310.1778.6729.41
Hex861072058F2F1364f1d
Octal206201620130175746611735
Binary10000110100001110010010110001111101111100110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861072; }

 p { color: rgb(134,16,114); }

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

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

 a { background-color: rgb(134,16,114); }

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

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

 span { border-color: rgb(134,16,114); }

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