#832670

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

Shades of Dark Purple #832670

Tints of Dark Purple #832670

Color information

#832670 (or 0x832670) is unknown color: approx Dark Purple. HEX triplet: 83, 26 and 70. RGB value is (131,38,112). Sum of RGB (Red+Green+Blue) = 131+38+112=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #832670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832670 is #7CD98F. Grayscale: #4A4A4A. Windows color (decimal): -8182160 or 7349891. OLE color: 7349891.

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

Color convert

RGB13138112-
CMYK00.710.150.49
HSL312.26º55.03%33.14%-
HSV(B)312.26º70.99%51.37%-
XYZ12.987.3816.07-
YUV74.24149.31168.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=46.62%
G=13.52%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313811200.710.150.49312.2655.0333.14
Hex832670047F311383721
Octal20346160010717614706741
Binary100000111001101110000010001111111110001100111000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832670; }

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

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

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

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

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

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

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

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