#863872

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

Shades of Dark Purple #863872

Tints of Dark Purple #863872

Color information

#863872 (or 0x863872) is unknown color: approx Dark Purple. HEX triplet: 86, 38 and 72. RGB value is (134,56,114). Sum of RGB (Red+Green+Blue) = 134+56+114=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863872 is #79C78D. Grayscale: #555555. Windows color (decimal): -7980942 or 7485574. OLE color: 7485574.

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

Color convert

RGB13456114-
CMYK00.580.150.47
HSL315.38º41.05%37.25%-
HSV(B)315.38º58.21%52.55%-
XYZ14.289.1116.93-
YUV85.93143.84162.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=44.08%
G=18.42%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345611400.580.150.47315.3841.0537.25
Hex86387203AF2F13b2925
Octal2067016207217574735145
Binary10000110111000111001001110101111101111100111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863872; }

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

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

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

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

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

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

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

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