#862677

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

Shades of Dark Purple #862677

Tints of Dark Purple #862677

Color information

#862677 (or 0x862677) is unknown color: approx Dark Purple. HEX triplet: 86, 26 and 77. RGB value is (134,38,119). Sum of RGB (Red+Green+Blue) = 134+38+119=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #862677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862677 is #79D988. Grayscale: #4B4B4B. Windows color (decimal): -7985545 or 7808646. OLE color: 7808646.

HSL color Cylindrical-coordinate representation of color #862677: hue angle of 309.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862677 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13438119-
CMYK00.720.110.47
HSL309.38º55.81%33.73%-
HSV(B)309.38º71.64%52.55%-
XYZ13.857.7918.23-
YUV75.94152.3169.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=46.05%
G=13.06%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343811900.720.110.47309.3855.8133.73
Hex862677048B2F1353822
Octal20646167011013574657042
Binary100001101001101110111010010001011101111100110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862677; }

 p { color: rgb(134,38,119); }

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

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

 a { background-color: rgb(134,38,119); }

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

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

 span { border-color: rgb(134,38,119); }

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