#862875

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

Shades of Dark Purple #862875

Tints of Dark Purple #862875

Color information

#862875 (or 0x862875) is unknown color: approx Dark Purple. HEX triplet: 86, 28 and 75. RGB value is (134,40,117). Sum of RGB (Red+Green+Blue) = 134+40+117=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #862875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862875 is #79D78A. Grayscale: #4C4C4C. Windows color (decimal): -7985035 or 7678086. OLE color: 7678086.

HSL color Cylindrical-coordinate representation of color #862875: hue angle of 310.85º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862875 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13440117-
CMYK00.700.130.47
HSL310.85º54.02%34.12%-
HSV(B)310.85º70.15%52.55%-
XYZ13.87.8717.62-
YUV76.88150.64168.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=46.05%
G=13.75%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344011700.700.130.47310.8554.0234.12
Hex862875046D2F1373622
Octal20650165010615574676642
Binary100001101010001110101010001101101101111100110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862875; }

 p { color: rgb(134,40,117); }

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

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

 a { background-color: rgb(134,40,117); }

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

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

 span { border-color: rgb(134,40,117); }

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