Shades of Purple #730B69
Tints of Purple #730B69
RGB
CMYK
RGB Variations
Color information
#730B69 (or 0x730B69) is known color: Purple. HEX triplet: 73, 0B and 69. RGB value is (115,11,105). Sum of RGB (Red+Green+Blue) = 115+11+105=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B69 is #8CF496. Grayscale: #343434. Windows color (decimal): -9237655 or 6884211. OLE color: 6884211.
HSL color Cylindrical-coordinate representation of color #730B69: hue angle of 305.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B69 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 105 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.55 |
| HSL | 305.77º | 0.83% | 0.25% | - |
| HSV(B) | 305.77º | 0.9% | 0.45% | - |
| XYZ | 9.74 | 4.9 | 13.8 | - |
| YUV | 52.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 105 | 0 | 0.90 | 0.09 | 0.55 | 305.77 | 0.83 | 0.25 |
| Hex | 73 | B | 69 | 0 | 5A | 9 | 37 | 132 | 53 | 19 |
| Octal | 163 | 13 | 151 | 0 | 132 | 11 | 67 | 462 | 123 | 31 |
| Binary | 1110011 | 1011 | 1101001 | 0 | 1011010 | 1001 | 110111 | 100110010 | 1010011 | 11001 |
Color Harmonies of #730B69
Complementary color
Monochromatic Colors of #730B69
Black with #730B69
Text Example
Text Example
White with #730B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B69; }
p { color: rgb(115,11,105); }
H1.HeaderClassName
{
color: #730B69;
}
.AnyTagClassName
{
color: #730B69;
}
</style>
background-color css
<style>
a { background-color: #730B69; }
a { background-color: rgb(115,11,105); }
div.DivClassName
{
background-color: #730B69;
}
.BgClassName
{
background-color: #730B69;
}
</style>
border-color css
<style>
span { border-color: #730B69; }
span { border-color: rgb(115,11,105); }
td.TdClassName
{
border-color: #730B69;
}
.TagClassName
{
border-color: #730B69;
}
</style>