Shades of Purple #730A67
Tints of Purple #730A67
RGB
CMYK
RGB Variations
Color information
#730A67 (or 0x730A67) is known color: Purple. HEX triplet: 73, 0A and 67. RGB value is (115,10,103). Sum of RGB (Red+Green+Blue) = 115+10+103=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #730A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A67 is #8CF598. Grayscale: #333333. Windows color (decimal): -9237913 or 6752883. OLE color: 6752883.
HSL color Cylindrical-coordinate representation of color #730A67: hue angle of 306.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A67 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 103 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.55 |
| HSL | 306.86º | 0.84% | 0.25% | - |
| HSV(B) | 306.86º | 0.91% | 0.45% | - |
| XYZ | 9.63 | 4.84 | 13.26 | - |
| YUV | 52 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 103 | 0 | 0.91 | 0.10 | 0.55 | 306.86 | 0.84 | 0.25 |
| Hex | 73 | A | 67 | 0 | 5B | A | 37 | 133 | 54 | 19 |
| Octal | 163 | 12 | 147 | 0 | 133 | 12 | 67 | 463 | 124 | 31 |
| Binary | 1110011 | 1010 | 1100111 | 0 | 1011011 | 1010 | 110111 | 100110011 | 1010100 | 11001 |
Color Harmonies of #730A67
Complementary color
Monochromatic Colors of #730A67
Black with #730A67
Text Example
Text Example
White with #730A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A67; }
p { color: rgb(115,10,103); }
H1.HeaderClassName
{
color: #730A67;
}
.AnyTagClassName
{
color: #730A67;
}
</style>
background-color css
<style>
a { background-color: #730A67; }
a { background-color: rgb(115,10,103); }
div.DivClassName
{
background-color: #730A67;
}
.BgClassName
{
background-color: #730A67;
}
</style>
border-color css
<style>
span { border-color: #730A67; }
span { border-color: rgb(115,10,103); }
td.TdClassName
{
border-color: #730A67;
}
.TagClassName
{
border-color: #730A67;
}
</style>