Shades of Dark Purple #83307B
Tints of Dark Purple #83307B
RGB
CMYK
RGB Variations
Color information
#83307B (or 0x83307B) is known color: Dark Purple. HEX triplet: 83, 30 and 7B. RGB value is (131,48,123). Sum of RGB (Red+Green+Blue) = 131+48+123=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83307B is #7CCF84. Grayscale: #515151. Windows color (decimal): -8179589 or 8073347. OLE color: 8073347.
HSL color Cylindrical-coordinate representation of color #83307B: hue angle of 305.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83307B is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 123 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.49 |
| HSL | 305.78º | 0.46% | 0.35% | - |
| HSV(B) | 305.78º | 0.63% | 0.51% | - |
| XYZ | 13.99 | 8.37 | 19.62 | - |
| YUV | 81.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 123 | 0 | 0.63 | 0.06 | 0.49 | 305.78 | 0.46 | 0.35 |
| Hex | 83 | 30 | 7B | 0 | 3F | 6 | 31 | 132 | 2E | 23 |
| Octal | 203 | 60 | 173 | 0 | 77 | 6 | 61 | 462 | 56 | 43 |
| Binary | 10000011 | 110000 | 1111011 | 0 | 111111 | 110 | 110001 | 100110010 | 101110 | 100011 |
Color Harmonies of #83307B
Complementary color
Monochromatic Colors of #83307B
Black with #83307B
Text Example
Text Example
White with #83307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83307B; }
p { color: rgb(131,48,123); }
H1.HeaderClassName
{
color: #83307B;
}
.AnyTagClassName
{
color: #83307B;
}
</style>
background-color css
<style>
a { background-color: #83307B; }
a { background-color: rgb(131,48,123); }
div.DivClassName
{
background-color: #83307B;
}
.BgClassName
{
background-color: #83307B;
}
</style>
border-color css
<style>
span { border-color: #83307B; }
span { border-color: rgb(131,48,123); }
td.TdClassName
{
border-color: #83307B;
}
.TagClassName
{
border-color: #83307B;
}
</style>