Shades of Purple #830784
Tints of Purple #830784
RGB
CMYK
RGB Variations
Color information
#830784 (or 0x830784) is known color: Purple. HEX triplet: 83, 07 and 84. RGB value is (131,7,132). Sum of RGB (Red+Green+Blue) = 131+7+132=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #830784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830784 is #7CF87B. Grayscale: #393939. Windows color (decimal): -8190076 or 8652675. OLE color: 8652675.
HSL color Cylindrical-coordinate representation of color #830784: hue angle of 299.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830784 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 7 | 132 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.48 |
| HSL | 299.52º | 0.9% | 0.27% | - |
| HSV(B) | 299.52º | 0.95% | 0.52% | - |
| XYZ | 13.6 | 6.64 | 22.4 | - |
| YUV | 58.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 132 | 0.01 | 0.95 | 0 | 0.48 | 299.52 | 0.9 | 0.27 |
| Hex | 83 | 7 | 84 | 1 | 5F | 0 | 30 | 12C | 5A | 1B |
| Octal | 203 | 7 | 204 | 1 | 137 | 0 | 60 | 454 | 132 | 33 |
| Binary | 10000011 | 111 | 10000100 | 1 | 1011111 | 0 | 110000 | 100101100 | 1011010 | 11011 |
Color Harmonies of #830784
Complementary color
Monochromatic Colors of #830784
Black with #830784
Text Example
Text Example
White with #830784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830784; }
p { color: rgb(131,7,132); }
H1.HeaderClassName
{
color: #830784;
}
.AnyTagClassName
{
color: #830784;
}
</style>
background-color css
<style>
a { background-color: #830784; }
a { background-color: rgb(131,7,132); }
div.DivClassName
{
background-color: #830784;
}
.BgClassName
{
background-color: #830784;
}
</style>
border-color css
<style>
span { border-color: #830784; }
span { border-color: rgb(131,7,132); }
td.TdClassName
{
border-color: #830784;
}
.TagClassName
{
border-color: #830784;
}
</style>