Shades of Dark Purple #833468
Tints of Dark Purple #833468
RGB
CMYK
RGB Variations
Color information
#833468 (or 0x833468) is known color: Dark Purple. HEX triplet: 83, 34 and 68. RGB value is (131,52,104). Sum of RGB (Red+Green+Blue) = 131+52+104=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #833468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833468 is #7CCB97. Grayscale: #515151. Windows color (decimal): -8178584 or 6829187. OLE color: 6829187.
HSL color Cylindrical-coordinate representation of color #833468: hue angle of 320.51º 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 #833468 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 104 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.49 |
| HSL | 320.51º | 0.43% | 0.36% | - |
| HSV(B) | 320.51º | 0.6% | 0.51% | - |
| XYZ | 13.09 | 8.28 | 14.01 | - |
| YUV | 81.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 104 | 0 | 0.60 | 0.21 | 0.49 | 320.51 | 0.43 | 0.36 |
| Hex | 83 | 34 | 68 | 0 | 3C | 15 | 31 | 141 | 2B | 24 |
| Octal | 203 | 64 | 150 | 0 | 74 | 25 | 61 | 501 | 53 | 44 |
| Binary | 10000011 | 110100 | 1101000 | 0 | 111100 | 10101 | 110001 | 101000001 | 101011 | 100100 |
Color Harmonies of #833468
Complementary color
Monochromatic Colors of #833468
Black with #833468
Text Example
Text Example
White with #833468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833468; }
p { color: rgb(131,52,104); }
H1.HeaderClassName
{
color: #833468;
}
.AnyTagClassName
{
color: #833468;
}
</style>
background-color css
<style>
a { background-color: #833468; }
a { background-color: rgb(131,52,104); }
div.DivClassName
{
background-color: #833468;
}
.BgClassName
{
background-color: #833468;
}
</style>
border-color css
<style>
span { border-color: #833468; }
span { border-color: rgb(131,52,104); }
td.TdClassName
{
border-color: #833468;
}
.TagClassName
{
border-color: #833468;
}
</style>