Shades of Heliotrope #D73EFF
Tints of Heliotrope #D73EFF
RGB
CMYK
RGB Variations
Color information
#D73EFF (or 0xD73EFF) is known color: Heliotrope. HEX triplet: D7, 3E and FF. RGB value is (215,62,255). Sum of RGB (Red+Green+Blue) = 215+62+255=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 62 (24.61% from 255 or 11.65% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #D73EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73EFF is #28C100. Grayscale: #818181. Windows color (decimal): -2670849 or 16727767. OLE color: 16727767.
HSL color Cylindrical-coordinate representation of color #D73EFF: hue angle of 287.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73EFF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 62 | 255 | - |
| CMYK | 0.16 | 0.76 | 0 | 0 |
| HSL | 287.56º | 1% | 0.62% | - |
| HSV(B) | 287.56º | 0.76% | 1% | - |
| XYZ | 47.8 | 25.11 | 96.94 | - |
| YUV | 129.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 255 | 0.16 | 0.76 | 0 | 0 | 287.56 | 1 | 0.62 |
| Hex | D7 | 3E | FF | 10 | 4C | 0 | 0 | 120 | 64 | 3E |
| Octal | 327 | 76 | 377 | 20 | 114 | 0 | 0 | 440 | 144 | 76 |
| Binary | 11010111 | 111110 | 11111111 | 10000 | 1001100 | 0 | 0 | 100100000 | 1100100 | 111110 |
Color Harmonies of #D73EFF
Complementary color
Monochromatic Colors of #D73EFF
Black with #D73EFF
Text Example
Text Example
White with #D73EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EFF; }
p { color: rgb(215,62,255); }
H1.HeaderClassName
{
color: #D73EFF;
}
.AnyTagClassName
{
color: #D73EFF;
}
</style>
background-color css
<style>
a { background-color: #D73EFF; }
a { background-color: rgb(215,62,255); }
div.DivClassName
{
background-color: #D73EFF;
}
.BgClassName
{
background-color: #D73EFF;
}
</style>
border-color css
<style>
span { border-color: #D73EFF; }
span { border-color: rgb(215,62,255); }
td.TdClassName
{
border-color: #D73EFF;
}
.TagClassName
{
border-color: #D73EFF;
}
</style>