Shades of Psychedelic Purple #D734F8
Tints of Psychedelic Purple #D734F8
RGB
CMYK
RGB Variations
Color information
#D734F8 (or 0xD734F8) is known color: Psychedelic Purple. HEX triplet: D7, 34 and F8. RGB value is (215,52,248). Sum of RGB (Red+Green+Blue) = 215+52+248=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #D734F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D734F8 is #28CB07. Grayscale: #7A7A7A. Windows color (decimal): -2673416 or 16266455. OLE color: 16266455.
HSL color Cylindrical-coordinate representation of color #D734F8: hue angle of 289.9º degrees, saturation: 0.93, 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 #D734F8 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 52 | 248 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.03 |
| HSL | 289.9º | 0.93% | 0.59% | - |
| HSV(B) | 289.9º | 0.79% | 0.97% | - |
| XYZ | 46.2 | 23.68 | 90.94 | - |
| YUV | 123.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 248 | 0.13 | 0.79 | 0 | 0.03 | 289.9 | 0.93 | 0.59 |
| Hex | D7 | 34 | F8 | D | 4F | 0 | 3 | 122 | 5D | 3B |
| Octal | 327 | 64 | 370 | 15 | 117 | 0 | 3 | 442 | 135 | 73 |
| Binary | 11010111 | 110100 | 11111000 | 1101 | 1001111 | 0 | 11 | 100100010 | 1011101 | 111011 |
Color Harmonies of #D734F8
Complementary color
Monochromatic Colors of #D734F8
Black with #D734F8
Text Example
Text Example
White with #D734F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D734F8; }
p { color: rgb(215,52,248); }
H1.HeaderClassName
{
color: #D734F8;
}
.AnyTagClassName
{
color: #D734F8;
}
</style>
background-color css
<style>
a { background-color: #D734F8; }
a { background-color: rgb(215,52,248); }
div.DivClassName
{
background-color: #D734F8;
}
.BgClassName
{
background-color: #D734F8;
}
</style>
border-color css
<style>
span { border-color: #D734F8; }
span { border-color: rgb(215,52,248); }
td.TdClassName
{
border-color: #D734F8;
}
.TagClassName
{
border-color: #D734F8;
}
</style>