Shades of Dark Purple #833470
Tints of Dark Purple #833470
RGB
CMYK
RGB Variations
Color information
#833470 (or 0x833470) is known color: Dark Purple. HEX triplet: 83, 34 and 70. RGB value is (131,52,112). Sum of RGB (Red+Green+Blue) = 131+52+112=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #833470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833470 is #7CCB8F. Grayscale: #525252. Windows color (decimal): -8178576 or 7353475. OLE color: 7353475.
HSL color Cylindrical-coordinate representation of color #833470: hue angle of 314.43º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833470 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 112 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.49 |
| HSL | 314.43º | 0.43% | 0.36% | - |
| HSV(B) | 314.43º | 0.6% | 0.51% | - |
| XYZ | 13.51 | 8.45 | 16.25 | - |
| YUV | 82.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 112 | 0 | 0.60 | 0.15 | 0.49 | 314.43 | 0.43 | 0.36 |
| Hex | 83 | 34 | 70 | 0 | 3C | F | 31 | 13A | 2B | 24 |
| Octal | 203 | 64 | 160 | 0 | 74 | 17 | 61 | 472 | 53 | 44 |
| Binary | 10000011 | 110100 | 1110000 | 0 | 111100 | 1111 | 110001 | 100111010 | 101011 | 100100 |
Color Harmonies of #833470
Complementary color
Monochromatic Colors of #833470
Black with #833470
Text Example
Text Example
White with #833470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833470; }
p { color: rgb(131,52,112); }
H1.HeaderClassName
{
color: #833470;
}
.AnyTagClassName
{
color: #833470;
}
</style>
background-color css
<style>
a { background-color: #833470; }
a { background-color: rgb(131,52,112); }
div.DivClassName
{
background-color: #833470;
}
.BgClassName
{
background-color: #833470;
}
</style>
border-color css
<style>
span { border-color: #833470; }
span { border-color: rgb(131,52,112); }
td.TdClassName
{
border-color: #833470;
}
.TagClassName
{
border-color: #833470;
}
</style>