Shades of Heliotrope #D74FF7
Tints of Heliotrope #D74FF7
RGB
CMYK
RGB Variations
Color information
#D74FF7 (or 0xD74FF7) is known color: Heliotrope. HEX triplet: D7, 4F and F7. RGB value is (215,79,247). Sum of RGB (Red+Green+Blue) = 215+79+247=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #D74FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FF7 is #28B008. Grayscale: #8A8A8A. Windows color (decimal): -2666505 or 16207831. OLE color: 16207831.
HSL color Cylindrical-coordinate representation of color #D74FF7: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74FF7 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 79 | 247 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.03 |
| HSL | 288.57º | 0.91% | 0.64% | - |
| HSV(B) | 288.57º | 0.68% | 0.97% | - |
| XYZ | 47.61 | 26.75 | 90.65 | - |
| YUV | 138.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 247 | 0.13 | 0.68 | 0 | 0.03 | 288.57 | 0.91 | 0.64 |
| Hex | D7 | 4F | F7 | D | 44 | 0 | 3 | 121 | 5B | 40 |
| Octal | 327 | 117 | 367 | 15 | 104 | 0 | 3 | 441 | 133 | 100 |
| Binary | 11010111 | 1001111 | 11110111 | 1101 | 1000100 | 0 | 11 | 100100001 | 1011011 | 1000000 |
Color Harmonies of #D74FF7
Complementary color
Monochromatic Colors of #D74FF7
Black with #D74FF7
Text Example
Text Example
White with #D74FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FF7; }
p { color: rgb(215,79,247); }
H1.HeaderClassName
{
color: #D74FF7;
}
.AnyTagClassName
{
color: #D74FF7;
}
</style>
background-color css
<style>
a { background-color: #D74FF7; }
a { background-color: rgb(215,79,247); }
div.DivClassName
{
background-color: #D74FF7;
}
.BgClassName
{
background-color: #D74FF7;
}
</style>
border-color css
<style>
span { border-color: #D74FF7; }
span { border-color: rgb(215,79,247); }
td.TdClassName
{
border-color: #D74FF7;
}
.TagClassName
{
border-color: #D74FF7;
}
</style>