Shades of Electric Purple #CA07F7
Tints of Electric Purple #CA07F7
RGB
CMYK
RGB Variations
Color information
#CA07F7 (or 0xCA07F7) is known color: Electric Purple. HEX triplet: CA, 07 and F7. RGB value is (202,7,247). Sum of RGB (Red+Green+Blue) = 202+7+247=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA07F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07F7 is #35F808. Grayscale: #5B5B5B. Windows color (decimal): -3536905 or 16189386. OLE color: 16189386.
HSL color Cylindrical-coordinate representation of color #CA07F7: hue angle of 288.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07F7 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 7 | 247 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.03 |
| HSL | 288.75º | 0.94% | 0.5% | - |
| HSV(B) | 288.75º | 0.97% | 0.97% | - |
| XYZ | 41.22 | 19.42 | 89.57 | - |
| YUV | 92.67 | 215.1 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 247 | 0.18 | 0.97 | 0 | 0.03 | 288.75 | 0.94 | 0.5 |
| Hex | CA | 7 | F7 | 12 | 61 | 0 | 3 | 121 | 5E | 32 |
| Octal | 312 | 7 | 367 | 22 | 141 | 0 | 3 | 441 | 136 | 62 |
| Binary | 11001010 | 111 | 11110111 | 10010 | 1100001 | 0 | 11 | 100100001 | 1011110 | 110010 |
Color Harmonies of #CA07F7
Complementary color
Monochromatic Colors of #CA07F7
Black with #CA07F7
Text Example
Text Example
White with #CA07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07F7; }
p { color: rgb(202,7,247); }
H1.HeaderClassName
{
color: #CA07F7;
}
.AnyTagClassName
{
color: #CA07F7;
}
</style>
background-color css
<style>
a { background-color: #CA07F7; }
a { background-color: rgb(202,7,247); }
div.DivClassName
{
background-color: #CA07F7;
}
.BgClassName
{
background-color: #CA07F7;
}
</style>
border-color css
<style>
span { border-color: #CA07F7; }
span { border-color: rgb(202,7,247); }
td.TdClassName
{
border-color: #CA07F7;
}
.TagClassName
{
border-color: #CA07F7;
}
</style>