#832378

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

Shades of Dark Purple #832378

Tints of Dark Purple #832378

Color information

#832378 (or 0x832378) is unknown color: approx Dark Purple. HEX triplet: 83, 23 and 78. RGB value is (131,35,120). Sum of RGB (Red+Green+Blue) = 131+35+120=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832378 is #7CDC87. Grayscale: #494949. Windows color (decimal): -8182920 or 7873411. OLE color: 7873411.

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

Color convert

RGB13135120-
CMYK00.730.080.49
HSL306.88º57.83%32.55%-
HSV(B)306.88º73.28%51.37%-
XYZ13.357.3818.49-
YUV73.39154.3169.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=45.80%
G=12.24%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313512000.730.080.49306.8857.8332.55
Hex8323780498311333a21
Octal20343170011110614637241
Binary100000111000111111000010010011000110001100110011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832378; }

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

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

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

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

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

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

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

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