Shades of Purple #83057B
Tints of Purple #83057B
RGB
CMYK
RGB Variations
Color information
#83057B (or 0x83057B) is known color: Purple. HEX triplet: 83, 05 and 7B. RGB value is (131,5,123). Sum of RGB (Red+Green+Blue) = 131+5+123=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83057B is #7CFA84. Grayscale: #373737. Windows color (decimal): -8190597 or 8062339. OLE color: 8062339.
HSL color Cylindrical-coordinate representation of color #83057B: hue angle of 303.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83057B is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 123 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.49 |
| HSL | 303.81º | 0.93% | 0.27% | - |
| HSV(B) | 303.81º | 0.96% | 0.51% | - |
| XYZ | 12.99 | 6.36 | 19.28 | - |
| YUV | 56.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 123 | 0 | 0.96 | 0.06 | 0.49 | 303.81 | 0.93 | 0.27 |
| Hex | 83 | 5 | 7B | 0 | 60 | 6 | 31 | 130 | 5D | 1B |
| Octal | 203 | 5 | 173 | 0 | 140 | 6 | 61 | 460 | 135 | 33 |
| Binary | 10000011 | 101 | 1111011 | 0 | 1100000 | 110 | 110001 | 100110000 | 1011101 | 11011 |
Color Harmonies of #83057B
Complementary color
Monochromatic Colors of #83057B
Black with #83057B
Text Example
Text Example
White with #83057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83057B; }
p { color: rgb(131,5,123); }
H1.HeaderClassName
{
color: #83057B;
}
.AnyTagClassName
{
color: #83057B;
}
</style>
background-color css
<style>
a { background-color: #83057B; }
a { background-color: rgb(131,5,123); }
div.DivClassName
{
background-color: #83057B;
}
.BgClassName
{
background-color: #83057B;
}
</style>
border-color css
<style>
span { border-color: #83057B; }
span { border-color: rgb(131,5,123); }
td.TdClassName
{
border-color: #83057B;
}
.TagClassName
{
border-color: #83057B;
}
</style>