#832078

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

Shades of Dark Purple #832078

Tints of Dark Purple #832078

Color information

#832078 (or 0x832078) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 78. RGB value is (131,32,120). Sum of RGB (Red+Green+Blue) = 131+32+120=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #832078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832078 is #7CDF87. Grayscale: #474747. Windows color (decimal): -8183688 or 7872643. OLE color: 7872643.

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

Color convert

RGB13132120-
CMYK00.760.080.49
HSL306.67º60.74%31.96%-
HSV(B)306.67º75.57%51.37%-
XYZ13.277.2118.46-
YUV71.63155.3170.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=46.29%
G=11.31%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313212000.760.080.49306.6760.7431.96
Hex83207804C8311333d20
Octal20340170011410614637540
Binary100000111000001111000010011001000110001100110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832078; }

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

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

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

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

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

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

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

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