#863277

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

Shades of Dark Purple #863277

Tints of Dark Purple #863277

Color information

#863277 (or 0x863277) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 77. RGB value is (134,50,119). Sum of RGB (Red+Green+Blue) = 134+50+119=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863277 is #79CD88. Grayscale: #525252. Windows color (decimal): -7982473 or 7811718. OLE color: 7811718.

HSL color Cylindrical-coordinate representation of color #863277: hue angle of 310.71º 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 #863277 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13450119-
CMYK00.630.110.47
HSL310.71º45.65%36.08%-
HSV(B)310.71º62.69%52.55%-
XYZ14.38.6818.37-
YUV82.98148.33164.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=44.22%
G=16.50%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345011900.630.110.47310.7145.6536.08
Hex86327703FB2F1372e24
Octal2066216707713574675644
Binary10000110110010111011101111111011101111100110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863277; }

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

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

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

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

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

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

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

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