#831762

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

Shades of Dark Purple #831762

Tints of Dark Purple #831762

Color information

#831762 (or 0x831762) is unknown color: approx Dark Purple. HEX triplet: 83, 17 and 62. RGB value is (131,23,98). Sum of RGB (Red+Green+Blue) = 131+23+98=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #831762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831762 is #7CE89D. Grayscale: #3F3F3F. Windows color (decimal): -8186014 or 6428547. OLE color: 6428547.

HSL color Cylindrical-coordinate representation of color #831762: hue angle of 318.33º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831762 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1312398-
CMYK00.820.250.49
HSL318.33º70.13%30.2%-
HSV(B)318.33º82.44%51.37%-
XYZ11.876.3212.15-
YUV63.84147.28175.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=51.98%
G=9.13%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131239800.820.250.49318.3370.1330.2
Hex831762052193113e461e
Octal203271420122316147610636
Binary100000111011111000100101001011001110001100111110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831762; }

 p { color: rgb(131,23,98); }

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

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

 a { background-color: rgb(131,23,98); }

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

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

 span { border-color: rgb(131,23,98); }

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