Shades of Purple #730767
Tints of Purple #730767
RGB
CMYK
RGB Variations
Color information
#730767 (or 0x730767) is known color: Purple. HEX triplet: 73, 07 and 67. RGB value is (115,7,103). Sum of RGB (Red+Green+Blue) = 115+7+103=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #730767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730767 is #8CF898. Grayscale: #313131. Windows color (decimal): -9238681 or 6752115. OLE color: 6752115.
HSL color Cylindrical-coordinate representation of color #730767: hue angle of 306.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730767 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 103 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.55 |
| HSL | 306.67º | 0.89% | 0.24% | - |
| HSV(B) | 306.67º | 0.94% | 0.45% | - |
| XYZ | 9.59 | 4.78 | 13.25 | - |
| YUV | 50.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 103 | 0 | 0.94 | 0.10 | 0.55 | 306.67 | 0.89 | 0.24 |
| Hex | 73 | 7 | 67 | 0 | 5E | A | 37 | 133 | 59 | 18 |
| Octal | 163 | 7 | 147 | 0 | 136 | 12 | 67 | 463 | 131 | 30 |
| Binary | 1110011 | 111 | 1100111 | 0 | 1011110 | 1010 | 110111 | 100110011 | 1011001 | 11000 |
Color Harmonies of #730767
Complementary color
Monochromatic Colors of #730767
Black with #730767
Text Example
Text Example
White with #730767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730767; }
p { color: rgb(115,7,103); }
H1.HeaderClassName
{
color: #730767;
}
.AnyTagClassName
{
color: #730767;
}
</style>
background-color css
<style>
a { background-color: #730767; }
a { background-color: rgb(115,7,103); }
div.DivClassName
{
background-color: #730767;
}
.BgClassName
{
background-color: #730767;
}
</style>
border-color css
<style>
span { border-color: #730767; }
span { border-color: rgb(115,7,103); }
td.TdClassName
{
border-color: #730767;
}
.TagClassName
{
border-color: #730767;
}
</style>