#832074

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

Shades of Dark Purple #832074

Tints of Dark Purple #832074

Color information

#832074 (or 0x832074) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 74. RGB value is (131,32,116). Sum of RGB (Red+Green+Blue) = 131+32+116=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832074 is #7CDF8B. Grayscale: #464646. Windows color (decimal): -8183692 or 7610499. OLE color: 7610499.

HSL color Cylindrical-coordinate representation of color #832074: hue angle of 309.09º 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 #832074 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13132116-
CMYK00.760.110.49
HSL309.09º60.74%31.96%-
HSV(B)309.09º75.57%51.37%-
XYZ13.037.1217.21-
YUV71.18153.3170.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=46.95%
G=11.47%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313211600.760.110.49309.0960.7431.96
Hex83207404CB311353d20
Octal20340164011413614657540
Binary100000111000001110100010011001011110001100110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832074; }

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

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

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

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

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

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

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

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