Shades of Psychedelic Purple #D31AE7
Tints of Psychedelic Purple #D31AE7
RGB
CMYK
RGB Variations
Color information
#D31AE7 (or 0xD31AE7) is known color: Psychedelic Purple. HEX triplet: D3, 1A and E7. RGB value is (211,26,231). Sum of RGB (Red+Green+Blue) = 211+26+231=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #D31AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AE7 is #2CE518. Grayscale: #686868. Windows color (decimal): -2942233 or 15145683. OLE color: 15145683.
HSL color Cylindrical-coordinate representation of color #D31AE7: hue angle of 294.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AE7 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 26 | 231 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.09 |
| HSL | 294.15º | 0.81% | 0.5% | - |
| HSV(B) | 294.15º | 0.89% | 0.91% | - |
| XYZ | 41.66 | 20.36 | 77.34 | - |
| YUV | 104.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 231 | 0.09 | 0.89 | 0 | 0.09 | 294.15 | 0.81 | 0.5 |
| Hex | D3 | 1A | E7 | 9 | 59 | 0 | 9 | 126 | 51 | 32 |
| Octal | 323 | 32 | 347 | 11 | 131 | 0 | 11 | 446 | 121 | 62 |
| Binary | 11010011 | 11010 | 11100111 | 1001 | 1011001 | 0 | 1001 | 100100110 | 1010001 | 110010 |
Color Harmonies of #D31AE7
Complementary color
Monochromatic Colors of #D31AE7
Black with #D31AE7
Text Example
Text Example
White with #D31AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AE7; }
p { color: rgb(211,26,231); }
H1.HeaderClassName
{
color: #D31AE7;
}
.AnyTagClassName
{
color: #D31AE7;
}
</style>
background-color css
<style>
a { background-color: #D31AE7; }
a { background-color: rgb(211,26,231); }
div.DivClassName
{
background-color: #D31AE7;
}
.BgClassName
{
background-color: #D31AE7;
}
</style>
border-color css
<style>
span { border-color: #D31AE7; }
span { border-color: rgb(211,26,231); }
td.TdClassName
{
border-color: #D31AE7;
}
.TagClassName
{
border-color: #D31AE7;
}
</style>