#832F66

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

Shades of Dark Purple #832F66

Tints of Dark Purple #832F66

Color information

#832F66 (or 0x832F66) is unknown color: approx Dark Purple. HEX triplet: 83, 2F and 66. RGB value is (131,47,102). Sum of RGB (Red+Green+Blue) = 131+47+102=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #832F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F66 is #7CD099. Grayscale: #4E4E4E. Windows color (decimal): -8179866 or 6696835. OLE color: 6696835.

HSL color Cylindrical-coordinate representation of color #832F66: hue angle of 320.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F66 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13147102-
CMYK00.640.220.49
HSL320.71º47.19%34.9%-
HSV(B)320.71º64.12%51.37%-
XYZ12.777.8213.41-
YUV78.39141.33165.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=46.79%
G=16.79%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314710200.640.220.49320.7147.1934.9
Hex832F6604016311412f23
Octal20357146010026615015743
Binary1000001110111111001100100000010110110001101000001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,47,102); }

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

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

 a { background-color: rgb(131,47,102); }

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

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

 span { border-color: rgb(131,47,102); }

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