Shades of Electric Purple #CB36FF
Tints of Electric Purple #CB36FF
RGB
CMYK
RGB Variations
Color information
#CB36FF (or 0xCB36FF) is known color: Electric Purple. HEX triplet: CB, 36 and FF. RGB value is (203,54,255). Sum of RGB (Red+Green+Blue) = 203+54+255=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36FF is #34C900. Grayscale: #787878. Windows color (decimal): -3459329 or 16725707. OLE color: 16725707.
HSL color Cylindrical-coordinate representation of color #CB36FF: hue angle of 284.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB36FF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 54 | 255 | - |
| CMYK | 0.20 | 0.79 | 0 | 0 |
| HSL | 284.48º | 1% | 0.61% | - |
| HSV(B) | 284.48º | 0.79% | 1% | - |
| XYZ | 44 | 22.55 | 96.64 | - |
| YUV | 121.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 255 | 0.20 | 0.79 | 0 | 0 | 284.48 | 1 | 0.61 |
| Hex | CB | 36 | FF | 14 | 4F | 0 | 0 | 11C | 64 | 3D |
| Octal | 313 | 66 | 377 | 24 | 117 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001011 | 110110 | 11111111 | 10100 | 1001111 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #CB36FF
Complementary color
Monochromatic Colors of #CB36FF
Black with #CB36FF
Text Example
Text Example
White with #CB36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36FF; }
p { color: rgb(203,54,255); }
H1.HeaderClassName
{
color: #CB36FF;
}
.AnyTagClassName
{
color: #CB36FF;
}
</style>
background-color css
<style>
a { background-color: #CB36FF; }
a { background-color: rgb(203,54,255); }
div.DivClassName
{
background-color: #CB36FF;
}
.BgClassName
{
background-color: #CB36FF;
}
</style>
border-color css
<style>
span { border-color: #CB36FF; }
span { border-color: rgb(203,54,255); }
td.TdClassName
{
border-color: #CB36FF;
}
.TagClassName
{
border-color: #CB36FF;
}
</style>