Shades of Electric Purple #CA03F7
Tints of Electric Purple #CA03F7
RGB
CMYK
RGB Variations
Color information
#CA03F7 (or 0xCA03F7) is known color: Electric Purple. HEX triplet: CA, 03 and F7. RGB value is (202,3,247). Sum of RGB (Red+Green+Blue) = 202+3+247=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA03F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03F7 is #35FC08. Grayscale: #595959. Windows color (decimal): -3537929 or 16188362. OLE color: 16188362.
HSL color Cylindrical-coordinate representation of color #CA03F7: hue angle of 288.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03F7 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 3 | 247 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.03 |
| HSL | 288.93º | 0.98% | 0.49% | - |
| HSV(B) | 288.93º | 0.99% | 0.97% | - |
| XYZ | 41.18 | 19.34 | 89.56 | - |
| YUV | 90.32 | 216.43 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 247 | 0.18 | 0.99 | 0 | 0.03 | 288.93 | 0.98 | 0.49 |
| Hex | CA | 3 | F7 | 12 | 63 | 0 | 3 | 121 | 62 | 31 |
| Octal | 312 | 3 | 367 | 22 | 143 | 0 | 3 | 441 | 142 | 61 |
| Binary | 11001010 | 11 | 11110111 | 10010 | 1100011 | 0 | 11 | 100100001 | 1100010 | 110001 |
Color Harmonies of #CA03F7
Complementary color
Monochromatic Colors of #CA03F7
Black with #CA03F7
Text Example
Text Example
White with #CA03F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03F7; }
p { color: rgb(202,3,247); }
H1.HeaderClassName
{
color: #CA03F7;
}
.AnyTagClassName
{
color: #CA03F7;
}
</style>
background-color css
<style>
a { background-color: #CA03F7; }
a { background-color: rgb(202,3,247); }
div.DivClassName
{
background-color: #CA03F7;
}
.BgClassName
{
background-color: #CA03F7;
}
</style>
border-color css
<style>
span { border-color: #CA03F7; }
span { border-color: rgb(202,3,247); }
td.TdClassName
{
border-color: #CA03F7;
}
.TagClassName
{
border-color: #CA03F7;
}
</style>