Shades of Psychedelic Purple #D735F7
Tints of Psychedelic Purple #D735F7
RGB
CMYK
RGB Variations
Color information
#D735F7 (or 0xD735F7) is known color: Psychedelic Purple. HEX triplet: D7, 35 and F7. RGB value is (215,53,247). Sum of RGB (Red+Green+Blue) = 215+53+247=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #D735F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D735F7 is #28CA08. Grayscale: #7A7A7A. Windows color (decimal): -2673161 or 16201175. OLE color: 16201175.
HSL color Cylindrical-coordinate representation of color #D735F7: hue angle of 290.1º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D735F7 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 53 | 247 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.03 |
| HSL | 290.1º | 0.92% | 0.59% | - |
| HSV(B) | 290.1º | 0.79% | 0.97% | - |
| XYZ | 46.09 | 23.71 | 90.14 | - |
| YUV | 123.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 247 | 0.13 | 0.79 | 0 | 0.03 | 290.1 | 0.92 | 0.59 |
| Hex | D7 | 35 | F7 | D | 4F | 0 | 3 | 122 | 5C | 3B |
| Octal | 327 | 65 | 367 | 15 | 117 | 0 | 3 | 442 | 134 | 73 |
| Binary | 11010111 | 110101 | 11110111 | 1101 | 1001111 | 0 | 11 | 100100010 | 1011100 | 111011 |
Color Harmonies of #D735F7
Complementary color
Monochromatic Colors of #D735F7
Black with #D735F7
Text Example
Text Example
White with #D735F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735F7; }
p { color: rgb(215,53,247); }
H1.HeaderClassName
{
color: #D735F7;
}
.AnyTagClassName
{
color: #D735F7;
}
</style>
background-color css
<style>
a { background-color: #D735F7; }
a { background-color: rgb(215,53,247); }
div.DivClassName
{
background-color: #D735F7;
}
.BgClassName
{
background-color: #D735F7;
}
</style>
border-color css
<style>
span { border-color: #D735F7; }
span { border-color: rgb(215,53,247); }
td.TdClassName
{
border-color: #D735F7;
}
.TagClassName
{
border-color: #D735F7;
}
</style>