Shades of Electric Purple #C535FF
Tints of Electric Purple #C535FF
RGB
CMYK
RGB Variations
Color information
#C535FF (or 0xC535FF) is known color: Electric Purple. HEX triplet: C5, 35 and FF. RGB value is (197,53,255). Sum of RGB (Red+Green+Blue) = 197+53+255=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #C535FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535FF is #3ACA00. Grayscale: #767676. Windows color (decimal): -3852801 or 16725445. OLE color: 16725445.
HSL color Cylindrical-coordinate representation of color #C535FF: hue angle of 282.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C535FF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 53 | 255 | - |
| CMYK | 0.23 | 0.79 | 0 | 0 |
| HSL | 282.77º | 1% | 0.6% | - |
| HSV(B) | 282.77º | 0.79% | 1% | - |
| XYZ | 42.35 | 21.64 | 96.55 | - |
| YUV | 119.08 | 204.71 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 255 | 0.23 | 0.79 | 0 | 0 | 282.77 | 1 | 0.6 |
| Hex | C5 | 35 | FF | 17 | 4F | 0 | 0 | 11B | 64 | 3C |
| Octal | 305 | 65 | 377 | 27 | 117 | 0 | 0 | 433 | 144 | 74 |
| Binary | 11000101 | 110101 | 11111111 | 10111 | 1001111 | 0 | 0 | 100011011 | 1100100 | 111100 |
Color Harmonies of #C535FF
Complementary color
Monochromatic Colors of #C535FF
Black with #C535FF
Text Example
Text Example
White with #C535FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535FF; }
p { color: rgb(197,53,255); }
H1.HeaderClassName
{
color: #C535FF;
}
.AnyTagClassName
{
color: #C535FF;
}
</style>
background-color css
<style>
a { background-color: #C535FF; }
a { background-color: rgb(197,53,255); }
div.DivClassName
{
background-color: #C535FF;
}
.BgClassName
{
background-color: #C535FF;
}
</style>
border-color css
<style>
span { border-color: #C535FF; }
span { border-color: rgb(197,53,255); }
td.TdClassName
{
border-color: #C535FF;
}
.TagClassName
{
border-color: #C535FF;
}
</style>