Shades of Medium Purple #974FF5
Tints of Medium Purple #974FF5
RGB
CMYK
RGB Variations
Color information
#974FF5 (or 0x974FF5) is known color: Medium Purple. HEX triplet: 97, 4F and F5. RGB value is (151,79,245). Sum of RGB (Red+Green+Blue) = 151+79+245=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #974FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FF5 is #68B00A. Grayscale: #767676. Windows color (decimal): -6860811 or 16076695. OLE color: 16076695.
HSL color Cylindrical-coordinate representation of color #974FF5: hue angle of 266.02º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974FF5 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 79 | 245 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.04 |
| HSL | 266.02º | 0.89% | 0.64% | - |
| HSV(B) | 266.02º | 0.68% | 0.96% | - |
| XYZ | 32.04 | 18.76 | 88.32 | - |
| YUV | 119.45 | 198.85 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 245 | 0.38 | 0.68 | 0 | 0.04 | 266.02 | 0.89 | 0.64 |
| Hex | 97 | 4F | F5 | 26 | 44 | 0 | 4 | 10A | 59 | 40 |
| Octal | 227 | 117 | 365 | 46 | 104 | 0 | 4 | 412 | 131 | 100 |
| Binary | 10010111 | 1001111 | 11110101 | 100110 | 1000100 | 0 | 100 | 100001010 | 1011001 | 1000000 |
Color Harmonies of #974FF5
Complementary color
Monochromatic Colors of #974FF5
Black with #974FF5
Text Example
Text Example
White with #974FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FF5; }
p { color: rgb(151,79,245); }
H1.HeaderClassName
{
color: #974FF5;
}
.AnyTagClassName
{
color: #974FF5;
}
</style>
background-color css
<style>
a { background-color: #974FF5; }
a { background-color: rgb(151,79,245); }
div.DivClassName
{
background-color: #974FF5;
}
.BgClassName
{
background-color: #974FF5;
}
</style>
border-color css
<style>
span { border-color: #974FF5; }
span { border-color: rgb(151,79,245); }
td.TdClassName
{
border-color: #974FF5;
}
.TagClassName
{
border-color: #974FF5;
}
</style>