#862078

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

Shades of Dark Purple #862078

Tints of Dark Purple #862078

Color information

#862078 (or 0x862078) is unknown color: approx Dark Purple. HEX triplet: 86, 20 and 78. RGB value is (134,32,120). Sum of RGB (Red+Green+Blue) = 134+32+120=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #862078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862078 is #79DF87. Grayscale: #484848. Windows color (decimal): -7987080 or 7872646. OLE color: 7872646.

HSL color Cylindrical-coordinate representation of color #862078: hue angle of 308.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862078 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13432120-
CMYK00.760.100.47
HSL308.24º61.45%32.55%-
HSV(B)308.24º76.12%52.55%-
XYZ13.747.4618.48-
YUV72.53154.79171.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 32 (12.89% from 255) = 11.19%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=46.85%
G=11.19%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343212000.760.100.47308.2461.4532.55
Hex86207804CA2F1343d21
Octal20640170011412574647541
Binary100001101000001111000010011001010101111100110100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862078; }

 p { color: rgb(134,32,120); }

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

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

 a { background-color: rgb(134,32,120); }

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

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

 span { border-color: rgb(134,32,120); }

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