Shades of Psychedelic Purple #D62AF7
Tints of Psychedelic Purple #D62AF7
RGB
CMYK
RGB Variations
Color information
#D62AF7 (or 0xD62AF7) is known color: Psychedelic Purple. HEX triplet: D6, 2A and F7. RGB value is (214,42,247). Sum of RGB (Red+Green+Blue) = 214+42+247=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #D62AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62AF7 is #29D508. Grayscale: #747474. Windows color (decimal): -2741513 or 16198358. OLE color: 16198358.
HSL color Cylindrical-coordinate representation of color #D62AF7: hue angle of 290.34º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62AF7 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 42 | 247 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.03 |
| HSL | 290.34º | 0.93% | 0.57% | - |
| HSV(B) | 290.34º | 0.83% | 0.97% | - |
| XYZ | 45.35 | 22.67 | 89.98 | - |
| YUV | 116.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 247 | 0.13 | 0.83 | 0 | 0.03 | 290.34 | 0.93 | 0.57 |
| Hex | D6 | 2A | F7 | D | 53 | 0 | 3 | 122 | 5D | 39 |
| Octal | 326 | 52 | 367 | 15 | 123 | 0 | 3 | 442 | 135 | 71 |
| Binary | 11010110 | 101010 | 11110111 | 1101 | 1010011 | 0 | 11 | 100100010 | 1011101 | 111001 |
Color Harmonies of #D62AF7
Complementary color
Monochromatic Colors of #D62AF7
Black with #D62AF7
Text Example
Text Example
White with #D62AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AF7; }
p { color: rgb(214,42,247); }
H1.HeaderClassName
{
color: #D62AF7;
}
.AnyTagClassName
{
color: #D62AF7;
}
</style>
background-color css
<style>
a { background-color: #D62AF7; }
a { background-color: rgb(214,42,247); }
div.DivClassName
{
background-color: #D62AF7;
}
.BgClassName
{
background-color: #D62AF7;
}
</style>
border-color css
<style>
span { border-color: #D62AF7; }
span { border-color: rgb(214,42,247); }
td.TdClassName
{
border-color: #D62AF7;
}
.TagClassName
{
border-color: #D62AF7;
}
</style>