#863172

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

Shades of Dark Purple #863172

Tints of Dark Purple #863172

Color information

#863172 (or 0x863172) is unknown color: approx Dark Purple. HEX triplet: 86, 31 and 72. RGB value is (134,49,114). Sum of RGB (Red+Green+Blue) = 134+49+114=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863172 is #79CE8D. Grayscale: #515151. Windows color (decimal): -7982734 or 7483782. OLE color: 7483782.

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

Color convert

RGB13449114-
CMYK00.630.150.47
HSL314.12º46.45%35.88%-
HSV(B)314.12º63.43%52.55%-
XYZ13.978.4816.82-
YUV81.82146.16165.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=45.12%
G=16.50%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344911400.630.150.47314.1246.4535.88
Hex86317203FF2F13a2e24
Octal2066116207717574725644
Binary10000110110001111001001111111111101111100111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863172; }

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

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

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

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

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

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

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

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