Shades of Medium Purple #974FED
Tints of Medium Purple #974FED
RGB
CMYK
RGB Variations
Color information
#974FED (or 0x974FED) is known color: Medium Purple. HEX triplet: 97, 4F and ED. RGB value is (151,79,237). Sum of RGB (Red+Green+Blue) = 151+79+237=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #974FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FED is #68B012. Grayscale: #757575. Windows color (decimal): -6860819 or 15552407. OLE color: 15552407.
HSL color Cylindrical-coordinate representation of color #974FED: hue angle of 267.34º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974FED is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 79 | 237 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.07 |
| HSL | 267.34º | 0.81% | 0.62% | - |
| HSV(B) | 267.34º | 0.67% | 0.93% | - |
| XYZ | 30.84 | 18.29 | 82.02 | - |
| YUV | 118.54 | 194.85 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 237 | 0.36 | 0.67 | 0 | 0.07 | 267.34 | 0.81 | 0.62 |
| Hex | 97 | 4F | ED | 24 | 43 | 0 | 7 | 10B | 51 | 3E |
| Octal | 227 | 117 | 355 | 44 | 103 | 0 | 7 | 413 | 121 | 76 |
| Binary | 10010111 | 1001111 | 11101101 | 100100 | 1000011 | 0 | 111 | 100001011 | 1010001 | 111110 |
Color Harmonies of #974FED
Complementary color
Monochromatic Colors of #974FED
Black with #974FED
Text Example
Text Example
White with #974FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FED; }
p { color: rgb(151,79,237); }
H1.HeaderClassName
{
color: #974FED;
}
.AnyTagClassName
{
color: #974FED;
}
</style>
background-color css
<style>
a { background-color: #974FED; }
a { background-color: rgb(151,79,237); }
div.DivClassName
{
background-color: #974FED;
}
.BgClassName
{
background-color: #974FED;
}
</style>
border-color css
<style>
span { border-color: #974FED; }
span { border-color: rgb(151,79,237); }
td.TdClassName
{
border-color: #974FED;
}
.TagClassName
{
border-color: #974FED;
}
</style>