#862E6F

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

Shades of Dark Purple #862E6F

Tints of Dark Purple #862E6F

Color information

#862E6F (or 0x862E6F) is unknown color: approx Dark Purple. HEX triplet: 86, 2E and 6F. RGB value is (134,46,111). Sum of RGB (Red+Green+Blue) = 134+46+111=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #862E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E6F is #79D190. Grayscale: #4F4F4F. Windows color (decimal): -7983505 or 7286406. OLE color: 7286406.

HSL color Cylindrical-coordinate representation of color #862E6F: hue angle of 315.68º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E6F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13446111-
CMYK00.660.170.47
HSL315.68º48.89%35.29%-
HSV(B)315.68º65.67%52.55%-
XYZ13.688.1715.89-
YUV79.72145.65166.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=46.05%
G=15.81%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344611100.660.170.47315.6848.8935.29
Hex862E6F042112F13c3123
Octal20656157010221574746143
Binary1000011010111011011110100001010001101111100111100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862E6F; }

 p { color: rgb(134,46,111); }

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

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

 a { background-color: rgb(134,46,111); }

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

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

 span { border-color: rgb(134,46,111); }

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