Shades of Psychedelic Purple #D72AF3
Tints of Psychedelic Purple #D72AF3
RGB
CMYK
RGB Variations
Color information
#D72AF3 (or 0xD72AF3) is known color: Psychedelic Purple. HEX triplet: D7, 2A and F3. RGB value is (215,42,243). Sum of RGB (Red+Green+Blue) = 215+42+243=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #D72AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72AF3 is #28D50C. Grayscale: #747474. Windows color (decimal): -2675981 or 15936215. OLE color: 15936215.
HSL color Cylindrical-coordinate representation of color #D72AF3: hue angle of 291.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72AF3 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 42 | 243 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.05 |
| HSL | 291.64º | 0.89% | 0.56% | - |
| HSV(B) | 291.64º | 0.83% | 0.95% | - |
| XYZ | 45.03 | 22.57 | 86.78 | - |
| YUV | 116.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 243 | 0.12 | 0.83 | 0 | 0.05 | 291.64 | 0.89 | 0.56 |
| Hex | D7 | 2A | F3 | C | 53 | 0 | 5 | 124 | 59 | 38 |
| Octal | 327 | 52 | 363 | 14 | 123 | 0 | 5 | 444 | 131 | 70 |
| Binary | 11010111 | 101010 | 11110011 | 1100 | 1010011 | 0 | 101 | 100100100 | 1011001 | 111000 |
Color Harmonies of #D72AF3
Complementary color
Monochromatic Colors of #D72AF3
Black with #D72AF3
Text Example
Text Example
White with #D72AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AF3; }
p { color: rgb(215,42,243); }
H1.HeaderClassName
{
color: #D72AF3;
}
.AnyTagClassName
{
color: #D72AF3;
}
</style>
background-color css
<style>
a { background-color: #D72AF3; }
a { background-color: rgb(215,42,243); }
div.DivClassName
{
background-color: #D72AF3;
}
.BgClassName
{
background-color: #D72AF3;
}
</style>
border-color css
<style>
span { border-color: #D72AF3; }
span { border-color: rgb(215,42,243); }
td.TdClassName
{
border-color: #D72AF3;
}
.TagClassName
{
border-color: #D72AF3;
}
</style>