Shades of Dark Purple #833478
Tints of Dark Purple #833478
RGB
CMYK
RGB Variations
Color information
#833478 (or 0x833478) is known color: Dark Purple. HEX triplet: 83, 34 and 78. RGB value is (131,52,120). Sum of RGB (Red+Green+Blue) = 131+52+120=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #833478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833478 is #7CCB87. Grayscale: #535353. Windows color (decimal): -8178568 or 7877763. OLE color: 7877763.
HSL color Cylindrical-coordinate representation of color #833478: hue angle of 308.35º 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 #833478 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 120 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.49 |
| HSL | 308.35º | 0.43% | 0.36% | - |
| HSV(B) | 308.35º | 0.6% | 0.51% | - |
| XYZ | 13.98 | 8.64 | 18.7 | - |
| YUV | 83.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 120 | 0 | 0.60 | 0.08 | 0.49 | 308.35 | 0.43 | 0.36 |
| Hex | 83 | 34 | 78 | 0 | 3C | 8 | 31 | 134 | 2B | 24 |
| Octal | 203 | 64 | 170 | 0 | 74 | 10 | 61 | 464 | 53 | 44 |
| Binary | 10000011 | 110100 | 1111000 | 0 | 111100 | 1000 | 110001 | 100110100 | 101011 | 100100 |
Color Harmonies of #833478
Complementary color
Monochromatic Colors of #833478
Black with #833478
Text Example
Text Example
White with #833478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833478; }
p { color: rgb(131,52,120); }
H1.HeaderClassName
{
color: #833478;
}
.AnyTagClassName
{
color: #833478;
}
</style>
background-color css
<style>
a { background-color: #833478; }
a { background-color: rgb(131,52,120); }
div.DivClassName
{
background-color: #833478;
}
.BgClassName
{
background-color: #833478;
}
</style>
border-color css
<style>
span { border-color: #833478; }
span { border-color: rgb(131,52,120); }
td.TdClassName
{
border-color: #833478;
}
.TagClassName
{
border-color: #833478;
}
</style>