#831878

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

Shades of Dark Purple #831878

Tints of Dark Purple #831878

Color information

#831878 (or 0x831878) is unknown color: approx Dark Purple. HEX triplet: 83, 18 and 78. RGB value is (131,24,120). Sum of RGB (Red+Green+Blue) = 131+24+120=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #831878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831878 is #7CE787. Grayscale: #424242. Windows color (decimal): -8185736 or 7870595. OLE color: 7870595.

HSL color Cylindrical-coordinate representation of color #831878: hue angle of 306.17º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831878 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13124120-
CMYK00.820.080.49
HSL306.17º69.03%30.39%-
HSV(B)306.17º81.68%51.37%-
XYZ13.086.8318.4-
YUV66.94157.95173.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=47.64%
G=8.73%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312412000.820.080.49306.1769.0330.39
Hex831878052831132451e
Octal203301700122106146210536
Binary10000011110001111000010100101000110001100110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831878; }

 p { color: rgb(131,24,120); }

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

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

 a { background-color: rgb(131,24,120); }

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

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

 span { border-color: rgb(131,24,120); }

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