#832470

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

Shades of Dark Purple #832470

Tints of Dark Purple #832470

Color information

#832470 (or 0x832470) is unknown color: approx Dark Purple. HEX triplet: 83, 24 and 70. RGB value is (131,36,112). Sum of RGB (Red+Green+Blue) = 131+36+112=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832470 is #7CDB8F. Grayscale: #484848. Windows color (decimal): -8182672 or 7349379. OLE color: 7349379.

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

Color convert

RGB13136112-
CMYK00.730.150.49
HSL312º56.89%32.75%-
HSV(B)312º72.52%51.37%-
XYZ12.927.2616.05-
YUV73.07149.97169.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=46.95%
G=12.90%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313611200.730.150.4931256.8932.75
Hex832470049F311383921
Octal20344160011117614707141
Binary100000111001001110000010010011111110001100111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832470; }

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

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

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

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

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

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

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

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