Shades of Electric Purple #CB29F9
Tints of Electric Purple #CB29F9
RGB
CMYK
RGB Variations
Color information
#CB29F9 (or 0xCB29F9) is known color: Electric Purple. HEX triplet: CB, 29 and F9. RGB value is (203,41,249). Sum of RGB (Red+Green+Blue) = 203+41+249=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29F9 is #34D606. Grayscale: #707070. Windows color (decimal): -3462663 or 16329163. OLE color: 16329163.
HSL color Cylindrical-coordinate representation of color #CB29F9: hue angle of 286.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB29F9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 41 | 249 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.02 |
| HSL | 286.73º | 0.95% | 0.57% | - |
| HSV(B) | 286.73º | 0.84% | 0.98% | - |
| XYZ | 42.52 | 21.12 | 91.46 | - |
| YUV | 113.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 249 | 0.18 | 0.84 | 0 | 0.02 | 286.73 | 0.95 | 0.57 |
| Hex | CB | 29 | F9 | 12 | 54 | 0 | 2 | 11F | 5F | 39 |
| Octal | 313 | 51 | 371 | 22 | 124 | 0 | 2 | 437 | 137 | 71 |
| Binary | 11001011 | 101001 | 11111001 | 10010 | 1010100 | 0 | 10 | 100011111 | 1011111 | 111001 |
Color Harmonies of #CB29F9
Complementary color
Monochromatic Colors of #CB29F9
Black with #CB29F9
Text Example
Text Example
White with #CB29F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29F9; }
p { color: rgb(203,41,249); }
H1.HeaderClassName
{
color: #CB29F9;
}
.AnyTagClassName
{
color: #CB29F9;
}
</style>
background-color css
<style>
a { background-color: #CB29F9; }
a { background-color: rgb(203,41,249); }
div.DivClassName
{
background-color: #CB29F9;
}
.BgClassName
{
background-color: #CB29F9;
}
</style>
border-color css
<style>
span { border-color: #CB29F9; }
span { border-color: rgb(203,41,249); }
td.TdClassName
{
border-color: #CB29F9;
}
.TagClassName
{
border-color: #CB29F9;
}
</style>