#832668

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

Shades of Dark Purple #832668

Tints of Dark Purple #832668

Color information

#832668 (or 0x832668) is unknown color: approx Dark Purple. HEX triplet: 83, 26 and 68. RGB value is (131,38,104). Sum of RGB (Red+Green+Blue) = 131+38+104=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #832668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832668 is #7CD997. Grayscale: #494949. Windows color (decimal): -8182168 or 6825603. OLE color: 6825603.

HSL color Cylindrical-coordinate representation of color #832668: hue angle of 317.42º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832668 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13138104-
CMYK00.710.210.49
HSL317.42º55.03%33.14%-
HSV(B)317.42º70.99%51.37%-
XYZ12.557.2113.83-
YUV73.33145.31169.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=47.99%
G=13.92%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313810400.710.210.49317.4255.0333.14
Hex832668047153113d3721
Octal20346150010725614756741
Binary1000001110011011010000100011110101110001100111101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832668; }

 p { color: rgb(131,38,104); }

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

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

 a { background-color: rgb(131,38,104); }

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

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

 span { border-color: rgb(131,38,104); }

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