Shades of Purple #730F74
Tints of Purple #730F74
RGB
CMYK
RGB Variations
Color information
#730F74 (or 0x730F74) is known color: Purple. HEX triplet: 73, 0F and 74. RGB value is (115,15,116). Sum of RGB (Red+Green+Blue) = 115+15+116=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #730F74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F74 is #8CF08B. Grayscale: #383838. Windows color (decimal): -9236620 or 7606131. OLE color: 7606131.
HSL color Cylindrical-coordinate representation of color #730F74: hue angle of 299.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F74 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 116 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.55 |
| HSL | 299.41º | 0.77% | 0.26% | - |
| HSV(B) | 299.41º | 0.87% | 0.45% | - |
| XYZ | 10.39 | 5.25 | 16.99 | - |
| YUV | 56.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 116 | 0.01 | 0.87 | 0 | 0.55 | 299.41 | 0.77 | 0.26 |
| Hex | 73 | F | 74 | 1 | 57 | 0 | 37 | 12B | 4D | 1A |
| Octal | 163 | 17 | 164 | 1 | 127 | 0 | 67 | 453 | 115 | 32 |
| Binary | 1110011 | 1111 | 1110100 | 1 | 1010111 | 0 | 110111 | 100101011 | 1001101 | 11010 |
Color Harmonies of #730F74
Complementary color
Monochromatic Colors of #730F74
Black with #730F74
Text Example
Text Example
White with #730F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F74; }
p { color: rgb(115,15,116); }
H1.HeaderClassName
{
color: #730F74;
}
.AnyTagClassName
{
color: #730F74;
}
</style>
background-color css
<style>
a { background-color: #730F74; }
a { background-color: rgb(115,15,116); }
div.DivClassName
{
background-color: #730F74;
}
.BgClassName
{
background-color: #730F74;
}
</style>
border-color css
<style>
span { border-color: #730F74; }
span { border-color: rgb(115,15,116); }
td.TdClassName
{
border-color: #730F74;
}
.TagClassName
{
border-color: #730F74;
}
</style>