Shades of Psychedelic Purple #D32AE7
Tints of Psychedelic Purple #D32AE7
RGB
CMYK
RGB Variations
Color information
#D32AE7 (or 0xD32AE7) is known color: Psychedelic Purple. HEX triplet: D3, 2A and E7. RGB value is (211,42,231). Sum of RGB (Red+Green+Blue) = 211+42+231=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #D32AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AE7 is #2CD518. Grayscale: #717171. Windows color (decimal): -2938137 or 15149779. OLE color: 15149779.
HSL color Cylindrical-coordinate representation of color #D32AE7: hue angle of 293.65º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32AE7 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 42 | 231 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.09 |
| HSL | 293.65º | 0.8% | 0.54% | - |
| HSV(B) | 293.65º | 0.82% | 0.91% | - |
| XYZ | 42.12 | 21.27 | 77.49 | - |
| YUV | 114.08 | 193.99 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 231 | 0.09 | 0.82 | 0 | 0.09 | 293.65 | 0.8 | 0.54 |
| Hex | D3 | 2A | E7 | 9 | 52 | 0 | 9 | 126 | 50 | 36 |
| Octal | 323 | 52 | 347 | 11 | 122 | 0 | 11 | 446 | 120 | 66 |
| Binary | 11010011 | 101010 | 11100111 | 1001 | 1010010 | 0 | 1001 | 100100110 | 1010000 | 110110 |
Color Harmonies of #D32AE7
Complementary color
Monochromatic Colors of #D32AE7
Black with #D32AE7
Text Example
Text Example
White with #D32AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AE7; }
p { color: rgb(211,42,231); }
H1.HeaderClassName
{
color: #D32AE7;
}
.AnyTagClassName
{
color: #D32AE7;
}
</style>
background-color css
<style>
a { background-color: #D32AE7; }
a { background-color: rgb(211,42,231); }
div.DivClassName
{
background-color: #D32AE7;
}
.BgClassName
{
background-color: #D32AE7;
}
</style>
border-color css
<style>
span { border-color: #D32AE7; }
span { border-color: rgb(211,42,231); }
td.TdClassName
{
border-color: #D32AE7;
}
.TagClassName
{
border-color: #D32AE7;
}
</style>