Shades of Dark Purple #831A7C
Tints of Dark Purple #831A7C
RGB
CMYK
RGB Variations
Color information
#831A7C (or 0x831A7C) is known color: Dark Purple. HEX triplet: 83, 1A and 7C. RGB value is (131,26,124). Sum of RGB (Red+Green+Blue) = 131+26+124=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #831A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831A7C is #7CE583. Grayscale: #444444. Windows color (decimal): -8185220 or 8133251. OLE color: 8133251.
HSL color Cylindrical-coordinate representation of color #831A7C: hue angle of 304º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A7C is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 124 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.49 |
| HSL | 304º | 0.67% | 0.31% | - |
| HSV(B) | 304º | 0.8% | 0.51% | - |
| XYZ | 13.37 | 7.02 | 19.72 | - |
| YUV | 68.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 124 | 0 | 0.80 | 0.05 | 0.49 | 304 | 0.67 | 0.31 |
| Hex | 83 | 1A | 7C | 0 | 50 | 5 | 31 | 130 | 43 | 1F |
| Octal | 203 | 32 | 174 | 0 | 120 | 5 | 61 | 460 | 103 | 37 |
| Binary | 10000011 | 11010 | 1111100 | 0 | 1010000 | 101 | 110001 | 100110000 | 1000011 | 11111 |
Color Harmonies of #831A7C
Complementary color
Monochromatic Colors of #831A7C
Black with #831A7C
Text Example
Text Example
White with #831A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A7C; }
p { color: rgb(131,26,124); }
H1.HeaderClassName
{
color: #831A7C;
}
.AnyTagClassName
{
color: #831A7C;
}
</style>
background-color css
<style>
a { background-color: #831A7C; }
a { background-color: rgb(131,26,124); }
div.DivClassName
{
background-color: #831A7C;
}
.BgClassName
{
background-color: #831A7C;
}
</style>
border-color css
<style>
span { border-color: #831A7C; }
span { border-color: rgb(131,26,124); }
td.TdClassName
{
border-color: #831A7C;
}
.TagClassName
{
border-color: #831A7C;
}
</style>