Shades of Electric Purple #C534FF
Tints of Electric Purple #C534FF
RGB
CMYK
RGB Variations
Color information
#C534FF (or 0xC534FF) is known color: Electric Purple. HEX triplet: C5, 34 and FF. RGB value is (197,52,255). Sum of RGB (Red+Green+Blue) = 197+52+255=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #C534FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FF is #3ACB00. Grayscale: #757575. Windows color (decimal): -3853057 or 16725189. OLE color: 16725189.
HSL color Cylindrical-coordinate representation of color #C534FF: hue angle of 282.86º 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 #C534FF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 52 | 255 | - |
| CMYK | 0.23 | 0.80 | 0 | 0 |
| HSL | 282.86º | 1% | 0.6% | - |
| HSV(B) | 282.86º | 0.8% | 1% | - |
| XYZ | 42.3 | 21.55 | 96.54 | - |
| YUV | 118.5 | 205.04 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 255 | 0.23 | 0.80 | 0 | 0 | 282.86 | 1 | 0.6 |
| Hex | C5 | 34 | FF | 17 | 50 | 0 | 0 | 11B | 64 | 3C |
| Octal | 305 | 64 | 377 | 27 | 120 | 0 | 0 | 433 | 144 | 74 |
| Binary | 11000101 | 110100 | 11111111 | 10111 | 1010000 | 0 | 0 | 100011011 | 1100100 | 111100 |
Color Harmonies of #C534FF
Complementary color
Monochromatic Colors of #C534FF
Black with #C534FF
Text Example
Text Example
White with #C534FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534FF; }
p { color: rgb(197,52,255); }
H1.HeaderClassName
{
color: #C534FF;
}
.AnyTagClassName
{
color: #C534FF;
}
</style>
background-color css
<style>
a { background-color: #C534FF; }
a { background-color: rgb(197,52,255); }
div.DivClassName
{
background-color: #C534FF;
}
.BgClassName
{
background-color: #C534FF;
}
</style>
border-color css
<style>
span { border-color: #C534FF; }
span { border-color: rgb(197,52,255); }
td.TdClassName
{
border-color: #C534FF;
}
.TagClassName
{
border-color: #C534FF;
}
</style>