Shades of Purple #730B6D
Tints of Purple #730B6D
RGB
CMYK
RGB Variations
Color information
#730B6D (or 0x730B6D) is known color: Purple. HEX triplet: 73, 0B and 6D. RGB value is (115,11,109). Sum of RGB (Red+Green+Blue) = 115+11+109=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #730B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B6D is #8CF492. Grayscale: #343434. Windows color (decimal): -9237651 or 7146355. OLE color: 7146355.
HSL color Cylindrical-coordinate representation of color #730B6D: hue angle of 303.46º 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 #730B6D is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 109 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.55 |
| HSL | 303.46º | 0.83% | 0.25% | - |
| HSV(B) | 303.46º | 0.9% | 0.45% | - |
| XYZ | 9.95 | 4.99 | 14.91 | - |
| YUV | 53.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 109 | 0 | 0.90 | 0.05 | 0.55 | 303.46 | 0.83 | 0.25 |
| Hex | 73 | B | 6D | 0 | 5A | 5 | 37 | 12F | 53 | 19 |
| Octal | 163 | 13 | 155 | 0 | 132 | 5 | 67 | 457 | 123 | 31 |
| Binary | 1110011 | 1011 | 1101101 | 0 | 1011010 | 101 | 110111 | 100101111 | 1010011 | 11001 |
Color Harmonies of #730B6D
Complementary color
Monochromatic Colors of #730B6D
Black with #730B6D
Text Example
Text Example
White with #730B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B6D; }
p { color: rgb(115,11,109); }
H1.HeaderClassName
{
color: #730B6D;
}
.AnyTagClassName
{
color: #730B6D;
}
</style>
background-color css
<style>
a { background-color: #730B6D; }
a { background-color: rgb(115,11,109); }
div.DivClassName
{
background-color: #730B6D;
}
.BgClassName
{
background-color: #730B6D;
}
</style>
border-color css
<style>
span { border-color: #730B6D; }
span { border-color: rgb(115,11,109); }
td.TdClassName
{
border-color: #730B6D;
}
.TagClassName
{
border-color: #730B6D;
}
</style>