Shades of Electric Purple #B607E7
Tints of Electric Purple #B607E7
RGB
CMYK
RGB Variations
Color information
#B607E7 (or 0xB607E7) is known color: Electric Purple. HEX triplet: B6, 07 and E7. RGB value is (182,7,231). Sum of RGB (Red+Green+Blue) = 182+7+231=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #B607E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B607E7 is #49F818. Grayscale: #545454. Windows color (decimal): -4847641 or 15140790. OLE color: 15140790.
HSL color Cylindrical-coordinate representation of color #B607E7: hue angle of 286.88º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607E7 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 7 | 231 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.09 |
| HSL | 286.88º | 0.94% | 0.47% | - |
| HSV(B) | 286.88º | 0.97% | 0.91% | - |
| XYZ | 33.79 | 15.87 | 76.88 | - |
| YUV | 84.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 231 | 0.21 | 0.97 | 0 | 0.09 | 286.88 | 0.94 | 0.47 |
| Hex | B6 | 7 | E7 | 15 | 61 | 0 | 9 | 11F | 5E | 2F |
| Octal | 266 | 7 | 347 | 25 | 141 | 0 | 11 | 437 | 136 | 57 |
| Binary | 10110110 | 111 | 11100111 | 10101 | 1100001 | 0 | 1001 | 100011111 | 1011110 | 101111 |
Color Harmonies of #B607E7
Complementary color
Monochromatic Colors of #B607E7
Black with #B607E7
Text Example
Text Example
White with #B607E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607E7; }
p { color: rgb(182,7,231); }
H1.HeaderClassName
{
color: #B607E7;
}
.AnyTagClassName
{
color: #B607E7;
}
</style>
background-color css
<style>
a { background-color: #B607E7; }
a { background-color: rgb(182,7,231); }
div.DivClassName
{
background-color: #B607E7;
}
.BgClassName
{
background-color: #B607E7;
}
</style>
border-color css
<style>
span { border-color: #B607E7; }
span { border-color: rgb(182,7,231); }
td.TdClassName
{
border-color: #B607E7;
}
.TagClassName
{
border-color: #B607E7;
}
</style>