Shades of Psychedelic Purple #D317E7
Tints of Psychedelic Purple #D317E7
RGB
CMYK
RGB Variations
Color information
#D317E7 (or 0xD317E7) is known color: Psychedelic Purple. HEX triplet: D3, 17 and E7. RGB value is (211,23,231). Sum of RGB (Red+Green+Blue) = 211+23+231=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #D317E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D317E7 is #2CE818. Grayscale: #666666. Windows color (decimal): -2943001 or 15144915. OLE color: 15144915.
HSL color Cylindrical-coordinate representation of color #D317E7: hue angle of 294.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D317E7 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 23 | 231 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.09 |
| HSL | 294.23º | 0.82% | 0.5% | - |
| HSV(B) | 294.23º | 0.9% | 0.91% | - |
| XYZ | 41.59 | 20.23 | 77.31 | - |
| YUV | 102.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 231 | 0.09 | 0.90 | 0 | 0.09 | 294.23 | 0.82 | 0.5 |
| Hex | D3 | 17 | E7 | 9 | 5A | 0 | 9 | 126 | 52 | 32 |
| Octal | 323 | 27 | 347 | 11 | 132 | 0 | 11 | 446 | 122 | 62 |
| Binary | 11010011 | 10111 | 11100111 | 1001 | 1011010 | 0 | 1001 | 100100110 | 1010010 | 110010 |
Color Harmonies of #D317E7
Complementary color
Monochromatic Colors of #D317E7
Black with #D317E7
Text Example
Text Example
White with #D317E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317E7; }
p { color: rgb(211,23,231); }
H1.HeaderClassName
{
color: #D317E7;
}
.AnyTagClassName
{
color: #D317E7;
}
</style>
background-color css
<style>
a { background-color: #D317E7; }
a { background-color: rgb(211,23,231); }
div.DivClassName
{
background-color: #D317E7;
}
.BgClassName
{
background-color: #D317E7;
}
</style>
border-color css
<style>
span { border-color: #D317E7; }
span { border-color: rgb(211,23,231); }
td.TdClassName
{
border-color: #D317E7;
}
.TagClassName
{
border-color: #D317E7;
}
</style>