#831B7F

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

Shades of Dark Purple #831B7F

Tints of Dark Purple #831B7F

Color information

#831B7F (or 0x831B7F) is unknown color: approx Dark Purple. HEX triplet: 83, 1B and 7F. RGB value is (131,27,127). Sum of RGB (Red+Green+Blue) = 131+27+127=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #831B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831B7F is #7CE480. Grayscale: #454545. Windows color (decimal): -8184961 or 8330115. OLE color: 8330115.

HSL color Cylindrical-coordinate representation of color #831B7F: hue angle of 302.31º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B7F is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13127127-
CMYK00.790.030.49
HSL302.31º65.82%30.98%-
HSV(B)302.31º79.39%51.37%-
XYZ13.587.1420.74-
YUV69.5160.46171.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 27 (10.94% from 255) = 9.47%
BLUE value IS 127 (50% from 255) = 44.56%
R=45.96%
G=9.47%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312712700.790.030.49302.3165.8230.98
Hex831B7F04F33112e421f
Octal20333177011736145610237
Binary100000111101111111110100111111110001100101110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831B7F; }

 p { color: rgb(131,27,127); }

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

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

 a { background-color: rgb(131,27,127); }

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

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

 span { border-color: rgb(131,27,127); }

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