Shades of Electric Purple #CB32F7
Tints of Electric Purple #CB32F7
RGB
CMYK
RGB Variations
Color information
#CB32F7 (or 0xCB32F7) is known color: Electric Purple. HEX triplet: CB, 32 and F7. RGB value is (203,50,247). Sum of RGB (Red+Green+Blue) = 203+50+247=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 50 (19.92% from 255 or 10% 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 #CB32F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32F7 is #34CD08. Grayscale: #757575. Windows color (decimal): -3460361 or 16200395. OLE color: 16200395.
HSL color Cylindrical-coordinate representation of color #CB32F7: hue angle of 286.6º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB32F7 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 50 | 247 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.03 |
| HSL | 286.6º | 0.92% | 0.58% | - |
| HSV(B) | 286.6º | 0.8% | 0.97% | - |
| XYZ | 42.56 | 21.69 | 89.94 | - |
| YUV | 118.21 | 200.69 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 247 | 0.18 | 0.80 | 0 | 0.03 | 286.6 | 0.92 | 0.58 |
| Hex | CB | 32 | F7 | 12 | 50 | 0 | 3 | 11F | 5C | 3A |
| Octal | 313 | 62 | 367 | 22 | 120 | 0 | 3 | 437 | 134 | 72 |
| Binary | 11001011 | 110010 | 11110111 | 10010 | 1010000 | 0 | 11 | 100011111 | 1011100 | 111010 |
Color Harmonies of #CB32F7
Complementary color
Monochromatic Colors of #CB32F7
Black with #CB32F7
Text Example
Text Example
White with #CB32F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32F7; }
p { color: rgb(203,50,247); }
H1.HeaderClassName
{
color: #CB32F7;
}
.AnyTagClassName
{
color: #CB32F7;
}
</style>
background-color css
<style>
a { background-color: #CB32F7; }
a { background-color: rgb(203,50,247); }
div.DivClassName
{
background-color: #CB32F7;
}
.BgClassName
{
background-color: #CB32F7;
}
</style>
border-color css
<style>
span { border-color: #CB32F7; }
span { border-color: rgb(203,50,247); }
td.TdClassName
{
border-color: #CB32F7;
}
.TagClassName
{
border-color: #CB32F7;
}
</style>