Shades of Purple #730781
Tints of Purple #730781
RGB
CMYK
RGB Variations
Color information
#730781 (or 0x730781) is known color: Purple. HEX triplet: 73, 07 and 81. RGB value is (115,7,129). Sum of RGB (Red+Green+Blue) = 115+7+129=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #730781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730781 is #8CF87E. Grayscale: #343434. Windows color (decimal): -9238655 or 8456051. OLE color: 8456051.
HSL color Cylindrical-coordinate representation of color #730781: hue angle of 293.11º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730781 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 7 | 129 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.49 |
| HSL | 293.11º | 0.9% | 0.27% | - |
| HSV(B) | 293.11º | 0.95% | 0.51% | - |
| XYZ | 11.11 | 5.38 | 21.22 | - |
| YUV | 53.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 129 | 0.11 | 0.95 | 0 | 0.49 | 293.11 | 0.9 | 0.27 |
| Hex | 73 | 7 | 81 | B | 5F | 0 | 31 | 125 | 5A | 1B |
| Octal | 163 | 7 | 201 | 13 | 137 | 0 | 61 | 445 | 132 | 33 |
| Binary | 1110011 | 111 | 10000001 | 1011 | 1011111 | 0 | 110001 | 100100101 | 1011010 | 11011 |
Color Harmonies of #730781
Complementary color
Monochromatic Colors of #730781
Black with #730781
Text Example
Text Example
White with #730781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730781; }
p { color: rgb(115,7,129); }
H1.HeaderClassName
{
color: #730781;
}
.AnyTagClassName
{
color: #730781;
}
</style>
background-color css
<style>
a { background-color: #730781; }
a { background-color: rgb(115,7,129); }
div.DivClassName
{
background-color: #730781;
}
.BgClassName
{
background-color: #730781;
}
</style>
border-color css
<style>
span { border-color: #730781; }
span { border-color: rgb(115,7,129); }
td.TdClassName
{
border-color: #730781;
}
.TagClassName
{
border-color: #730781;
}
</style>