#863268

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

Shades of Dark Purple #863268

Tints of Dark Purple #863268

Color information

#863268 (or 0x863268) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 68. RGB value is (134,50,104). Sum of RGB (Red+Green+Blue) = 134+50+104=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863268 is #79CD97. Grayscale: #515151. Windows color (decimal): -7982488 or 6828678. OLE color: 6828678.

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

Color convert

RGB13450104-
CMYK00.630.220.47
HSL321.43º45.65%36.08%-
HSV(B)321.43º62.69%52.55%-
XYZ13.478.3514-
YUV81.27140.83165.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=46.53%
G=17.36%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345010400.630.220.47321.4345.6536.08
Hex86326803F162F1412e24
Octal2066215007726575015644
Binary100001101100101101000011111110110101111101000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863268; }

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

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

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

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

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

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

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

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