#863674

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

Shades of Dark Purple #863674

Tints of Dark Purple #863674

Color information

#863674 (or 0x863674) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 74. RGB value is (134,54,116). Sum of RGB (Red+Green+Blue) = 134+54+116=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863674 is #79C98B. Grayscale: #545454. Windows color (decimal): -7981452 or 7616134. OLE color: 7616134.

HSL color Cylindrical-coordinate representation of color #863674: hue angle of 313.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863674 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13454116-
CMYK00.600.130.47
HSL313.5º42.55%36.86%-
HSV(B)313.5º59.7%52.55%-
XYZ14.38.9717.5-
YUV84.99145.5162.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=44.08%
G=17.76%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345411600.600.130.47313.542.5536.86
Hex86367403CD2F13a2b25
Octal2066616407415574725345
Binary10000110110110111010001111001101101111100111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863674; }

 p { color: rgb(134,54,116); }

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

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

 a { background-color: rgb(134,54,116); }

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

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

 span { border-color: rgb(134,54,116); }

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