Shades of Dark Purple #833A70
Tints of Dark Purple #833A70
RGB
CMYK
RGB Variations
Color information
#833A70 (or 0x833A70) is known color: Dark Purple. HEX triplet: 83, 3A and 70. RGB value is (131,58,112). Sum of RGB (Red+Green+Blue) = 131+58+112=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #833A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833A70 is #7CC58F. Grayscale: #555555. Windows color (decimal): -8177040 or 7355011. OLE color: 7355011.
HSL color Cylindrical-coordinate representation of color #833A70: hue angle of 315.62º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #833A70 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 58 | 112 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.49 |
| HSL | 315.62º | 0.39% | 0.37% | - |
| HSV(B) | 315.62º | 0.56% | 0.51% | - |
| XYZ | 13.8 | 9.02 | 16.34 | - |
| YUV | 85.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 112 | 0 | 0.56 | 0.15 | 0.49 | 315.62 | 0.39 | 0.37 |
| Hex | 83 | 3A | 70 | 0 | 38 | F | 31 | 13C | 27 | 25 |
| Octal | 203 | 72 | 160 | 0 | 70 | 17 | 61 | 474 | 47 | 45 |
| Binary | 10000011 | 111010 | 1110000 | 0 | 111000 | 1111 | 110001 | 100111100 | 100111 | 100101 |
Color Harmonies of #833A70
Complementary color
Monochromatic Colors of #833A70
Black with #833A70
Text Example
Text Example
White with #833A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A70; }
p { color: rgb(131,58,112); }
H1.HeaderClassName
{
color: #833A70;
}
.AnyTagClassName
{
color: #833A70;
}
</style>
background-color css
<style>
a { background-color: #833A70; }
a { background-color: rgb(131,58,112); }
div.DivClassName
{
background-color: #833A70;
}
.BgClassName
{
background-color: #833A70;
}
</style>
border-color css
<style>
span { border-color: #833A70; }
span { border-color: rgb(131,58,112); }
td.TdClassName
{
border-color: #833A70;
}
.TagClassName
{
border-color: #833A70;
}
</style>