Shades of Purple #730A69
Tints of Purple #730A69
RGB
CMYK
RGB Variations
Color information
#730A69 (or 0x730A69) is known color: Purple. HEX triplet: 73, 0A and 69. RGB value is (115,10,105). Sum of RGB (Red+Green+Blue) = 115+10+105=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #730A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A69 is #8CF596. Grayscale: #333333. Windows color (decimal): -9237911 or 6883955. OLE color: 6883955.
HSL color Cylindrical-coordinate representation of color #730A69: hue angle of 305.71º 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 #730A69 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 105 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.55 |
| HSL | 305.71º | 0.84% | 0.25% | - |
| HSV(B) | 305.71º | 0.91% | 0.45% | - |
| XYZ | 9.73 | 4.88 | 13.79 | - |
| YUV | 52.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 105 | 0 | 0.91 | 0.09 | 0.55 | 305.71 | 0.84 | 0.25 |
| Hex | 73 | A | 69 | 0 | 5B | 9 | 37 | 132 | 54 | 19 |
| Octal | 163 | 12 | 151 | 0 | 133 | 11 | 67 | 462 | 124 | 31 |
| Binary | 1110011 | 1010 | 1101001 | 0 | 1011011 | 1001 | 110111 | 100110010 | 1010100 | 11001 |
Color Harmonies of #730A69
Complementary color
Monochromatic Colors of #730A69
Black with #730A69
Text Example
Text Example
White with #730A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A69; }
p { color: rgb(115,10,105); }
H1.HeaderClassName
{
color: #730A69;
}
.AnyTagClassName
{
color: #730A69;
}
</style>
background-color css
<style>
a { background-color: #730A69; }
a { background-color: rgb(115,10,105); }
div.DivClassName
{
background-color: #730A69;
}
.BgClassName
{
background-color: #730A69;
}
</style>
border-color css
<style>
span { border-color: #730A69; }
span { border-color: rgb(115,10,105); }
td.TdClassName
{
border-color: #730A69;
}
.TagClassName
{
border-color: #730A69;
}
</style>