#862B66

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

Shades of Dark Purple #862B66

Tints of Dark Purple #862B66

Color information

#862B66 (or 0x862B66) is unknown color: approx Dark Purple. HEX triplet: 86, 2B and 66. RGB value is (134,43,102). Sum of RGB (Red+Green+Blue) = 134+43+102=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B66 is #79D499. Grayscale: #4C4C4C. Windows color (decimal): -7984282 or 6695814. OLE color: 6695814.

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

Color convert

RGB13443102-
CMYK00.680.240.47
HSL321.1º51.41%34.71%-
HSV(B)321.1º67.91%52.55%-
XYZ13.097.7613.38-
YUV76.93142.15168.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=48.03%
G=15.41%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344310200.680.240.47321.151.4134.71
Hex862B66044182F1413323
Octal20653146010430575016343
Binary1000011010101111001100100010011000101111101000001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,43,102); }

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

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

 a { background-color: rgb(134,43,102); }

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

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

 span { border-color: rgb(134,43,102); }

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