#862665

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

Shades of Dark Purple #862665

Tints of Dark Purple #862665

Color information

#862665 (or 0x862665) is unknown color: approx Dark Purple. HEX triplet: 86, 26 and 65. RGB value is (134,38,101). Sum of RGB (Red+Green+Blue) = 134+38+101=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #862665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862665 is #79D99A. Grayscale: #494949. Windows color (decimal): -7985563 or 6628998. OLE color: 6628998.

HSL color Cylindrical-coordinate representation of color #862665: hue angle of 320.62º 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 #862665 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13438101-
CMYK00.720.250.47
HSL320.62º55.81%33.73%-
HSV(B)320.62º71.64%52.55%-
XYZ12.877.3913.06-
YUV73.89143.3170.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=49.08%
G=13.92%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343810100.720.250.47320.6255.8133.73
Hex862665048192F1413822
Octal20646145011031575017042
Binary1000011010011011001010100100011001101111101000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862665; }

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

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

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

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

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

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

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

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