#862E70

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

Shades of Dark Purple #862E70

Tints of Dark Purple #862E70

Color information

#862E70 (or 0x862E70) is unknown color: approx Dark Purple. HEX triplet: 86, 2E and 70. RGB value is (134,46,112). Sum of RGB (Red+Green+Blue) = 134+46+112=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #862E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E70 is #79D18F. Grayscale: #4F4F4F. Windows color (decimal): -7983504 or 7351942. OLE color: 7351942.

HSL color Cylindrical-coordinate representation of color #862E70: hue angle of 315º 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 #862E70 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13446112-
CMYK00.660.160.47
HSL315º48.89%35.29%-
HSV(B)315º65.67%52.55%-
XYZ13.738.1916.19-
YUV79.84146.15166.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=45.89%
G=15.75%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344611200.660.160.4731548.8935.29
Hex862E70042102F13b3123
Octal20656160010220574736143
Binary1000011010111011100000100001010000101111100111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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