Shades of Purple #730B6B
Tints of Purple #730B6B
RGB
CMYK
RGB Variations
Color information
#730B6B (or 0x730B6B) is known color: Purple. HEX triplet: 73, 0B and 6B. RGB value is (115,11,107). Sum of RGB (Red+Green+Blue) = 115+11+107=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B6B is #8CF494. Grayscale: #343434. Windows color (decimal): -9237653 or 7015283. OLE color: 7015283.
HSL color Cylindrical-coordinate representation of color #730B6B: hue angle of 304.62º 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 #730B6B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 107 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.55 |
| HSL | 304.62º | 0.83% | 0.25% | - |
| HSV(B) | 304.62º | 0.9% | 0.45% | - |
| XYZ | 9.84 | 4.95 | 14.35 | - |
| YUV | 53.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 107 | 0 | 0.90 | 0.07 | 0.55 | 304.62 | 0.83 | 0.25 |
| Hex | 73 | B | 6B | 0 | 5A | 7 | 37 | 131 | 53 | 19 |
| Octal | 163 | 13 | 153 | 0 | 132 | 7 | 67 | 461 | 123 | 31 |
| Binary | 1110011 | 1011 | 1101011 | 0 | 1011010 | 111 | 110111 | 100110001 | 1010011 | 11001 |
Color Harmonies of #730B6B
Complementary color
Monochromatic Colors of #730B6B
Black with #730B6B
Text Example
Text Example
White with #730B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B6B; }
p { color: rgb(115,11,107); }
H1.HeaderClassName
{
color: #730B6B;
}
.AnyTagClassName
{
color: #730B6B;
}
</style>
background-color css
<style>
a { background-color: #730B6B; }
a { background-color: rgb(115,11,107); }
div.DivClassName
{
background-color: #730B6B;
}
.BgClassName
{
background-color: #730B6B;
}
</style>
border-color css
<style>
span { border-color: #730B6B; }
span { border-color: rgb(115,11,107); }
td.TdClassName
{
border-color: #730B6B;
}
.TagClassName
{
border-color: #730B6B;
}
</style>