#831B7B

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

Shades of Dark Purple #831B7B

Tints of Dark Purple #831B7B

Color information

#831B7B (or 0x831B7B) is unknown color: approx Dark Purple. HEX triplet: 83, 1B and 7B. RGB value is (131,27,123). Sum of RGB (Red+Green+Blue) = 131+27+123=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #831B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831B7B is #7CE484. Grayscale: #444444. Windows color (decimal): -8184965 or 8067971. OLE color: 8067971.

HSL color Cylindrical-coordinate representation of color #831B7B: hue angle of 304.62º 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 #831B7B is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13127123-
CMYK00.790.060.49
HSL304.62º65.82%30.98%-
HSV(B)304.62º79.39%51.37%-
XYZ13.337.0419.4-
YUV69.04158.46172.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=46.62%
G=9.61%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312712300.790.060.49304.6265.8230.98
Hex831B7B04F631131421f
Octal20333173011766146110237
Binary1000001111011111101101001111110110001100110001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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