#863279

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

Shades of Dark Purple #863279

Tints of Dark Purple #863279

Color information

#863279 (or 0x863279) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 79. RGB value is (134,50,121). Sum of RGB (Red+Green+Blue) = 134+50+121=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863279 is #79CD86. Grayscale: #535353. Windows color (decimal): -7982471 or 7942790. OLE color: 7942790.

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

Color convert

RGB13450121-
CMYK00.630.100.47
HSL309.29º45.65%36.08%-
HSV(B)309.29º62.69%52.55%-
XYZ14.428.7319.01-
YUV83.21149.33164.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=43.93%
G=16.39%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345012100.630.100.47309.2945.6536.08
Hex86327903FA2F1352e24
Octal2066217107712574655644
Binary10000110110010111100101111111010101111100110101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863279; }

 p { color: rgb(134,50,121); }

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

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

 a { background-color: rgb(134,50,121); }

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

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

 span { border-color: rgb(134,50,121); }

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