Shades of Dark Purple #833275
Tints of Dark Purple #833275
RGB
CMYK
RGB Variations
Color information
#833275 (or 0x833275) is known color: Dark Purple. HEX triplet: 83, 32 and 75. RGB value is (131,50,117). Sum of RGB (Red+Green+Blue) = 131+50+117=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #833275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833275 is #7CCD8A. Grayscale: #515151. Windows color (decimal): -8179083 or 7680643. OLE color: 7680643.
HSL color Cylindrical-coordinate representation of color #833275: hue angle of 310.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833275 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 117 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.49 |
| HSL | 310.37º | 0.45% | 0.35% | - |
| HSV(B) | 310.37º | 0.62% | 0.51% | - |
| XYZ | 13.71 | 8.39 | 17.73 | - |
| YUV | 81.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 117 | 0 | 0.62 | 0.11 | 0.49 | 310.37 | 0.45 | 0.35 |
| Hex | 83 | 32 | 75 | 0 | 3E | B | 31 | 136 | 2D | 23 |
| Octal | 203 | 62 | 165 | 0 | 76 | 13 | 61 | 466 | 55 | 43 |
| Binary | 10000011 | 110010 | 1110101 | 0 | 111110 | 1011 | 110001 | 100110110 | 101101 | 100011 |
Color Harmonies of #833275
Complementary color
Monochromatic Colors of #833275
Black with #833275
Text Example
Text Example
White with #833275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833275; }
p { color: rgb(131,50,117); }
H1.HeaderClassName
{
color: #833275;
}
.AnyTagClassName
{
color: #833275;
}
</style>
background-color css
<style>
a { background-color: #833275; }
a { background-color: rgb(131,50,117); }
div.DivClassName
{
background-color: #833275;
}
.BgClassName
{
background-color: #833275;
}
</style>
border-color css
<style>
span { border-color: #833275; }
span { border-color: rgb(131,50,117); }
td.TdClassName
{
border-color: #833275;
}
.TagClassName
{
border-color: #833275;
}
</style>