Shades of Electric Purple #CA32F7
Tints of Electric Purple #CA32F7
RGB
CMYK
RGB Variations
Color information
#CA32F7 (or 0xCA32F7) is known color: Electric Purple. HEX triplet: CA, 32 and F7. RGB value is (202,50,247). Sum of RGB (Red+Green+Blue) = 202+50+247=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA32F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32F7 is #35CD08. Grayscale: #757575. Windows color (decimal): -3525897 or 16200394. OLE color: 16200394.
HSL color Cylindrical-coordinate representation of color #CA32F7: hue angle of 286.29º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA32F7 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 50 | 247 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.03 |
| HSL | 286.29º | 0.92% | 0.58% | - |
| HSV(B) | 286.29º | 0.8% | 0.97% | - |
| XYZ | 42.29 | 21.55 | 89.93 | - |
| YUV | 117.91 | 200.86 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 247 | 0.18 | 0.80 | 0 | 0.03 | 286.29 | 0.92 | 0.58 |
| Hex | CA | 32 | F7 | 12 | 50 | 0 | 3 | 11E | 5C | 3A |
| Octal | 312 | 62 | 367 | 22 | 120 | 0 | 3 | 436 | 134 | 72 |
| Binary | 11001010 | 110010 | 11110111 | 10010 | 1010000 | 0 | 11 | 100011110 | 1011100 | 111010 |
Color Harmonies of #CA32F7
Complementary color
Monochromatic Colors of #CA32F7
Black with #CA32F7
Text Example
Text Example
White with #CA32F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32F7; }
p { color: rgb(202,50,247); }
H1.HeaderClassName
{
color: #CA32F7;
}
.AnyTagClassName
{
color: #CA32F7;
}
</style>
background-color css
<style>
a { background-color: #CA32F7; }
a { background-color: rgb(202,50,247); }
div.DivClassName
{
background-color: #CA32F7;
}
.BgClassName
{
background-color: #CA32F7;
}
</style>
border-color css
<style>
span { border-color: #CA32F7; }
span { border-color: rgb(202,50,247); }
td.TdClassName
{
border-color: #CA32F7;
}
.TagClassName
{
border-color: #CA32F7;
}
</style>