Shades of Dark Purple #83257A
Tints of Dark Purple #83257A
RGB
CMYK
RGB Variations
Color information
#83257A (or 0x83257A) is known color: Dark Purple. HEX triplet: 83, 25 and 7A. RGB value is (131,37,122). Sum of RGB (Red+Green+Blue) = 131+37+122=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83257A is #7CDA85. Grayscale: #4A4A4A. Windows color (decimal): -8182406 or 8004995. OLE color: 8004995.
HSL color Cylindrical-coordinate representation of color #83257A: hue angle of 305.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83257A is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 122 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.49 |
| HSL | 305.74º | 0.56% | 0.33% | - |
| HSV(B) | 305.74º | 0.72% | 0.51% | - |
| XYZ | 13.53 | 7.55 | 19.16 | - |
| YUV | 74.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 122 | 0 | 0.72 | 0.07 | 0.49 | 305.74 | 0.56 | 0.33 |
| Hex | 83 | 25 | 7A | 0 | 48 | 7 | 31 | 132 | 38 | 21 |
| Octal | 203 | 45 | 172 | 0 | 110 | 7 | 61 | 462 | 70 | 41 |
| Binary | 10000011 | 100101 | 1111010 | 0 | 1001000 | 111 | 110001 | 100110010 | 111000 | 100001 |
Color Harmonies of #83257A
Complementary color
Monochromatic Colors of #83257A
Black with #83257A
Text Example
Text Example
White with #83257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83257A; }
p { color: rgb(131,37,122); }
H1.HeaderClassName
{
color: #83257A;
}
.AnyTagClassName
{
color: #83257A;
}
</style>
background-color css
<style>
a { background-color: #83257A; }
a { background-color: rgb(131,37,122); }
div.DivClassName
{
background-color: #83257A;
}
.BgClassName
{
background-color: #83257A;
}
</style>
border-color css
<style>
span { border-color: #83257A; }
span { border-color: rgb(131,37,122); }
td.TdClassName
{
border-color: #83257A;
}
.TagClassName
{
border-color: #83257A;
}
</style>