#832774

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

Shades of Dark Purple #832774

Tints of Dark Purple #832774

Color information

#832774 (or 0x832774) is unknown color: approx Dark Purple. HEX triplet: 83, 27 and 74. RGB value is (131,39,116). Sum of RGB (Red+Green+Blue) = 131+39+116=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832774 is #7CD88B. Grayscale: #4B4B4B. Windows color (decimal): -8181900 or 7612291. OLE color: 7612291.

HSL color Cylindrical-coordinate representation of color #832774: hue angle of 309.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832774 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13139116-
CMYK00.700.110.49
HSL309.78º54.12%33.33%-
HSV(B)309.78º70.23%51.37%-
XYZ13.247.5417.28-
YUV75.29150.98167.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=45.80%
G=13.64%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313911600.700.110.49309.7854.1233.33
Hex832774046B311363621
Octal20347164010613614666641
Binary100000111001111110100010001101011110001100110110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832774; }

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

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

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

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

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

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

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

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