Shades of Electric Purple #B724F1
Tints of Electric Purple #B724F1
RGB
CMYK
RGB Variations
Color information
#B724F1 (or 0xB724F1) is known color: Electric Purple. HEX triplet: B7, 24 and F1. RGB value is (183,36,241). Sum of RGB (Red+Green+Blue) = 183+36+241=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #B724F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B724F1 is #48DB0E. Grayscale: #666666. Windows color (decimal): -4774671 or 15803575. OLE color: 15803575.
HSL color Cylindrical-coordinate representation of color #B724F1: hue angle of 283.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B724F1 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 36 | 241 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.05 |
| HSL | 283.02º | 0.88% | 0.54% | - |
| HSV(B) | 283.02º | 0.85% | 0.95% | - |
| XYZ | 36.04 | 17.68 | 84.73 | - |
| YUV | 103.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 241 | 0.24 | 0.85 | 0 | 0.05 | 283.02 | 0.88 | 0.54 |
| Hex | B7 | 24 | F1 | 18 | 55 | 0 | 5 | 11B | 58 | 36 |
| Octal | 267 | 44 | 361 | 30 | 125 | 0 | 5 | 433 | 130 | 66 |
| Binary | 10110111 | 100100 | 11110001 | 11000 | 1010101 | 0 | 101 | 100011011 | 1011000 | 110110 |
Color Harmonies of #B724F1
Complementary color
Monochromatic Colors of #B724F1
Black with #B724F1
Text Example
Text Example
White with #B724F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724F1; }
p { color: rgb(183,36,241); }
H1.HeaderClassName
{
color: #B724F1;
}
.AnyTagClassName
{
color: #B724F1;
}
</style>
background-color css
<style>
a { background-color: #B724F1; }
a { background-color: rgb(183,36,241); }
div.DivClassName
{
background-color: #B724F1;
}
.BgClassName
{
background-color: #B724F1;
}
</style>
border-color css
<style>
span { border-color: #B724F1; }
span { border-color: rgb(183,36,241); }
td.TdClassName
{
border-color: #B724F1;
}
.TagClassName
{
border-color: #B724F1;
}
</style>