#862C6A

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

Shades of Dark Purple #862C6A

Tints of Dark Purple #862C6A

Color information

#862C6A (or 0x862C6A) is unknown color: approx Dark Purple. HEX triplet: 86, 2C and 6A. RGB value is (134,44,106). Sum of RGB (Red+Green+Blue) = 134+44+106=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #862C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C6A is #79D395. Grayscale: #4D4D4D. Windows color (decimal): -7984022 or 6958214. OLE color: 6958214.

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

Color convert

RGB13444106-
CMYK00.670.210.47
HSL318.67º50.56%34.9%-
HSV(B)318.67º67.16%52.55%-
XYZ13.337.9114.46-
YUV77.98143.82167.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=47.18%
G=15.49%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344410600.670.210.47318.6750.5634.9
Hex862C6A043152F13f3323
Octal20654152010325574776343
Binary1000011010110011010100100001110101101111100111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,106); }

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

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

 a { background-color: rgb(134,44,106); }

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

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

 span { border-color: rgb(134,44,106); }

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