Shades of Electric Purple #CB32FF
Tints of Electric Purple #CB32FF
RGB
CMYK
RGB Variations
Color information
#CB32FF (or 0xCB32FF) is known color: Electric Purple. HEX triplet: CB, 32 and FF. RGB value is (203,50,255). Sum of RGB (Red+Green+Blue) = 203+50+255=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32FF is #34CD00. Grayscale: #767676. Windows color (decimal): -3460353 or 16724683. OLE color: 16724683.
HSL color Cylindrical-coordinate representation of color #CB32FF: hue angle of 284.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB32FF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 50 | 255 | - |
| CMYK | 0.20 | 0.80 | 0 | 0 |
| HSL | 284.78º | 1% | 0.6% | - |
| HSV(B) | 284.78º | 0.8% | 1% | - |
| XYZ | 43.82 | 22.2 | 96.58 | - |
| YUV | 119.12 | 204.69 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 255 | 0.20 | 0.80 | 0 | 0 | 284.78 | 1 | 0.6 |
| Hex | CB | 32 | FF | 14 | 50 | 0 | 0 | 11D | 64 | 3C |
| Octal | 313 | 62 | 377 | 24 | 120 | 0 | 0 | 435 | 144 | 74 |
| Binary | 11001011 | 110010 | 11111111 | 10100 | 1010000 | 0 | 0 | 100011101 | 1100100 | 111100 |
Color Harmonies of #CB32FF
Complementary color
Monochromatic Colors of #CB32FF
Black with #CB32FF
Text Example
Text Example
White with #CB32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32FF; }
p { color: rgb(203,50,255); }
H1.HeaderClassName
{
color: #CB32FF;
}
.AnyTagClassName
{
color: #CB32FF;
}
</style>
background-color css
<style>
a { background-color: #CB32FF; }
a { background-color: rgb(203,50,255); }
div.DivClassName
{
background-color: #CB32FF;
}
.BgClassName
{
background-color: #CB32FF;
}
</style>
border-color css
<style>
span { border-color: #CB32FF; }
span { border-color: rgb(203,50,255); }
td.TdClassName
{
border-color: #CB32FF;
}
.TagClassName
{
border-color: #CB32FF;
}
</style>