Shades of Electric Purple #CA07F2
Tints of Electric Purple #CA07F2
RGB
CMYK
RGB Variations
Color information
#CA07F2 (or 0xCA07F2) is known color: Electric Purple. HEX triplet: CA, 07 and F2. RGB value is (202,7,242). Sum of RGB (Red+Green+Blue) = 202+7+242=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA07F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07F2 is #35F80D. Grayscale: #5B5B5B. Windows color (decimal): -3536910 or 15861706. OLE color: 15861706.
HSL color Cylindrical-coordinate representation of color #CA07F2: hue angle of 289.79º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07F2 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 7 | 242 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.05 |
| HSL | 289.79º | 0.94% | 0.49% | - |
| HSV(B) | 289.79º | 0.97% | 0.95% | - |
| XYZ | 40.46 | 19.12 | 85.56 | - |
| YUV | 92.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 242 | 0.17 | 0.97 | 0 | 0.05 | 289.79 | 0.94 | 0.49 |
| Hex | CA | 7 | F2 | 11 | 61 | 0 | 5 | 122 | 5E | 31 |
| Octal | 312 | 7 | 362 | 21 | 141 | 0 | 5 | 442 | 136 | 61 |
| Binary | 11001010 | 111 | 11110010 | 10001 | 1100001 | 0 | 101 | 100100010 | 1011110 | 110001 |
Color Harmonies of #CA07F2
Complementary color
Monochromatic Colors of #CA07F2
Black with #CA07F2
Text Example
Text Example
White with #CA07F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07F2; }
p { color: rgb(202,7,242); }
H1.HeaderClassName
{
color: #CA07F2;
}
.AnyTagClassName
{
color: #CA07F2;
}
</style>
background-color css
<style>
a { background-color: #CA07F2; }
a { background-color: rgb(202,7,242); }
div.DivClassName
{
background-color: #CA07F2;
}
.BgClassName
{
background-color: #CA07F2;
}
</style>
border-color css
<style>
span { border-color: #CA07F2; }
span { border-color: rgb(202,7,242); }
td.TdClassName
{
border-color: #CA07F2;
}
.TagClassName
{
border-color: #CA07F2;
}
</style>