Shades of Psychedelic Purple #D32AF7
Tints of Psychedelic Purple #D32AF7
RGB
CMYK
RGB Variations
Color information
#D32AF7 (or 0xD32AF7) is known color: Psychedelic Purple. HEX triplet: D3, 2A and F7. RGB value is (211,42,247). Sum of RGB (Red+Green+Blue) = 211+42+247=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #D32AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AF7 is #2CD508. Grayscale: #737373. Windows color (decimal): -2938121 or 16198355. OLE color: 16198355.
HSL color Cylindrical-coordinate representation of color #D32AF7: hue angle of 289.46º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32AF7 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 42 | 247 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.03 |
| HSL | 289.46º | 0.93% | 0.57% | - |
| HSV(B) | 289.46º | 0.83% | 0.97% | - |
| XYZ | 44.48 | 22.22 | 89.94 | - |
| YUV | 115.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 247 | 0.15 | 0.83 | 0 | 0.03 | 289.46 | 0.93 | 0.57 |
| Hex | D3 | 2A | F7 | F | 53 | 0 | 3 | 121 | 5D | 39 |
| Octal | 323 | 52 | 367 | 17 | 123 | 0 | 3 | 441 | 135 | 71 |
| Binary | 11010011 | 101010 | 11110111 | 1111 | 1010011 | 0 | 11 | 100100001 | 1011101 | 111001 |
Color Harmonies of #D32AF7
Complementary color
Monochromatic Colors of #D32AF7
Black with #D32AF7
Text Example
Text Example
White with #D32AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AF7; }
p { color: rgb(211,42,247); }
H1.HeaderClassName
{
color: #D32AF7;
}
.AnyTagClassName
{
color: #D32AF7;
}
</style>
background-color css
<style>
a { background-color: #D32AF7; }
a { background-color: rgb(211,42,247); }
div.DivClassName
{
background-color: #D32AF7;
}
.BgClassName
{
background-color: #D32AF7;
}
</style>
border-color css
<style>
span { border-color: #D32AF7; }
span { border-color: rgb(211,42,247); }
td.TdClassName
{
border-color: #D32AF7;
}
.TagClassName
{
border-color: #D32AF7;
}
</style>