Shades of Purple #730D83
Tints of Purple #730D83
RGB
CMYK
RGB Variations
Color information
#730D83 (or 0x730D83) is known color: Purple. HEX triplet: 73, 0D and 83. RGB value is (115,13,131). Sum of RGB (Red+Green+Blue) = 115+13+131=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #730D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D83 is #8CF27C. Grayscale: #383838. Windows color (decimal): -9237117 or 8588659. OLE color: 8588659.
HSL color Cylindrical-coordinate representation of color #730D83: hue angle of 291.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730D83 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 13 | 131 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.49 |
| HSL | 291.86º | 0.82% | 0.28% | - |
| HSV(B) | 291.86º | 0.9% | 0.51% | - |
| XYZ | 11.31 | 5.57 | 21.95 | - |
| YUV | 56.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 131 | 0.12 | 0.90 | 0 | 0.49 | 291.86 | 0.82 | 0.28 |
| Hex | 73 | D | 83 | C | 5A | 0 | 31 | 124 | 52 | 1C |
| Octal | 163 | 15 | 203 | 14 | 132 | 0 | 61 | 444 | 122 | 34 |
| Binary | 1110011 | 1101 | 10000011 | 1100 | 1011010 | 0 | 110001 | 100100100 | 1010010 | 11100 |
Color Harmonies of #730D83
Complementary color
Monochromatic Colors of #730D83
Black with #730D83
Text Example
Text Example
White with #730D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D83; }
p { color: rgb(115,13,131); }
H1.HeaderClassName
{
color: #730D83;
}
.AnyTagClassName
{
color: #730D83;
}
</style>
background-color css
<style>
a { background-color: #730D83; }
a { background-color: rgb(115,13,131); }
div.DivClassName
{
background-color: #730D83;
}
.BgClassName
{
background-color: #730D83;
}
</style>
border-color css
<style>
span { border-color: #730D83; }
span { border-color: rgb(115,13,131); }
td.TdClassName
{
border-color: #730D83;
}
.TagClassName
{
border-color: #730D83;
}
</style>