Shades of Purple #730674
Tints of Purple #730674
RGB
CMYK
RGB Variations
Color information
#730674 (or 0x730674) is known color: Purple. HEX triplet: 73, 06 and 74. RGB value is (115,6,116). Sum of RGB (Red+Green+Blue) = 115+6+116=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #730674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730674 is #8CF98B. Grayscale: #323232. Windows color (decimal): -9238924 or 7603827. OLE color: 7603827.
HSL color Cylindrical-coordinate representation of color #730674: hue angle of 299.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730674 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 116 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.55 |
| HSL | 299.45º | 0.9% | 0.24% | - |
| HSV(B) | 299.45º | 0.95% | 0.45% | - |
| XYZ | 10.29 | 5.04 | 16.95 | - |
| YUV | 51.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 116 | 0.01 | 0.95 | 0 | 0.55 | 299.45 | 0.9 | 0.24 |
| Hex | 73 | 6 | 74 | 1 | 5F | 0 | 37 | 12B | 5A | 18 |
| Octal | 163 | 6 | 164 | 1 | 137 | 0 | 67 | 453 | 132 | 30 |
| Binary | 1110011 | 110 | 1110100 | 1 | 1011111 | 0 | 110111 | 100101011 | 1011010 | 11000 |
Color Harmonies of #730674
Complementary color
Monochromatic Colors of #730674
Black with #730674
Text Example
Text Example
White with #730674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730674; }
p { color: rgb(115,6,116); }
H1.HeaderClassName
{
color: #730674;
}
.AnyTagClassName
{
color: #730674;
}
</style>
background-color css
<style>
a { background-color: #730674; }
a { background-color: rgb(115,6,116); }
div.DivClassName
{
background-color: #730674;
}
.BgClassName
{
background-color: #730674;
}
</style>
border-color css
<style>
span { border-color: #730674; }
span { border-color: rgb(115,6,116); }
td.TdClassName
{
border-color: #730674;
}
.TagClassName
{
border-color: #730674;
}
</style>