#832A7D

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

Shades of Dark Purple #832A7D

Tints of Dark Purple #832A7D

Color information

#832A7D (or 0x832A7D) is unknown color: approx Dark Purple. HEX triplet: 83, 2A and 7D. RGB value is (131,42,125). Sum of RGB (Red+Green+Blue) = 131+42+125=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #832A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A7D is #7CD582. Grayscale: #4D4D4D. Windows color (decimal): -8181123 or 8202883. OLE color: 8202883.

HSL color Cylindrical-coordinate representation of color #832A7D: hue angle of 304.04º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832A7D is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13142125-
CMYK00.680.050.49
HSL304.04º51.45%33.92%-
HSV(B)304.04º67.94%51.37%-
XYZ13.897.9620.21-
YUV78.07154.49165.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=43.96%
G=14.09%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314212500.680.050.49304.0451.4533.92
Hex832A7D0445311303322
Octal2035217501045614606342
Binary10000011101010111110101000100101110001100110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832A7D; }

 p { color: rgb(131,42,125); }

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

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

 a { background-color: rgb(131,42,125); }

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

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

 span { border-color: rgb(131,42,125); }

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