#863874

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

Shades of Dark Purple #863874

Tints of Dark Purple #863874

Color information

#863874 (or 0x863874) is unknown color: approx Dark Purple. HEX triplet: 86, 38 and 74. RGB value is (134,56,116). Sum of RGB (Red+Green+Blue) = 134+56+116=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #863874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863874 is #79C78B. Grayscale: #565656. Windows color (decimal): -7980940 or 7616646. OLE color: 7616646.

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

Color convert

RGB13456116-
CMYK00.580.130.47
HSL313.85º41.05%37.25%-
HSV(B)313.85º58.21%52.55%-
XYZ14.49.1617.53-
YUV86.16144.84162.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=43.79%
G=18.30%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345611600.580.130.47313.8541.0537.25
Hex86387403AD2F13a2925
Octal2067016407215574725145
Binary10000110111000111010001110101101101111100111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863874; }

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

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

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

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

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

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

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

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