#832974

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

Shades of Dark Purple #832974

Tints of Dark Purple #832974

Color information

#832974 (or 0x832974) is unknown color: approx Dark Purple. HEX triplet: 83, 29 and 74. RGB value is (131,41,116). Sum of RGB (Red+Green+Blue) = 131+41+116=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #832974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832974 is #7CD68B. Grayscale: #4C4C4C. Windows color (decimal): -8181388 or 7612803. OLE color: 7612803.

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

Color convert

RGB13141116-
CMYK00.690.110.49
HSL310º52.33%33.73%-
HSV(B)310º68.7%51.37%-
XYZ13.317.6717.3-
YUV76.46150.32166.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=45.49%
G=14.24%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314111600.690.110.4931052.3333.73
Hex832974045B311363422
Octal20351164010513614666442
Binary100000111010011110100010001011011110001100110110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832974; }

 p { color: rgb(131,41,116); }

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

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

 a { background-color: rgb(131,41,116); }

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

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

 span { border-color: rgb(131,41,116); }

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