#862675

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

Shades of Dark Purple #862675

Tints of Dark Purple #862675

Color information

#862675 (or 0x862675) is unknown color: approx Dark Purple. HEX triplet: 86, 26 and 75. RGB value is (134,38,117). Sum of RGB (Red+Green+Blue) = 134+38+117=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #862675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862675 is #79D98A. Grayscale: #4B4B4B. Windows color (decimal): -7985547 or 7677574. OLE color: 7677574.

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

Color convert

RGB13438117-
CMYK00.720.130.47
HSL310.62º55.81%33.73%-
HSV(B)310.62º71.64%52.55%-
XYZ13.747.7417.6-
YUV75.71151.3169.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=46.37%
G=13.15%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343811700.720.130.47310.6255.8133.73
Hex862675048D2F1373822
Octal20646165011015574677042
Binary100001101001101110101010010001101101111100110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862675; }

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

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

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

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

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

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

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

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