Shades of Electric Purple #CA31F7
Tints of Electric Purple #CA31F7
RGB
CMYK
RGB Variations
Color information
#CA31F7 (or 0xCA31F7) is known color: Electric Purple. HEX triplet: CA, 31 and F7. RGB value is (202,49,247). Sum of RGB (Red+Green+Blue) = 202+49+247=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA31F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31F7 is #35CE08. Grayscale: #747474. Windows color (decimal): -3526153 or 16200138. OLE color: 16200138.
HSL color Cylindrical-coordinate representation of color #CA31F7: hue angle of 286.36º degrees, saturation: 0.93, 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 #CA31F7 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 49 | 247 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.03 |
| HSL | 286.36º | 0.93% | 0.58% | - |
| HSV(B) | 286.36º | 0.8% | 0.97% | - |
| XYZ | 42.24 | 21.47 | 89.91 | - |
| YUV | 117.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 247 | 0.18 | 0.80 | 0 | 0.03 | 286.36 | 0.93 | 0.58 |
| Hex | CA | 31 | F7 | 12 | 50 | 0 | 3 | 11E | 5D | 3A |
| Octal | 312 | 61 | 367 | 22 | 120 | 0 | 3 | 436 | 135 | 72 |
| Binary | 11001010 | 110001 | 11110111 | 10010 | 1010000 | 0 | 11 | 100011110 | 1011101 | 111010 |
Color Harmonies of #CA31F7
Complementary color
Monochromatic Colors of #CA31F7
Black with #CA31F7
Text Example
Text Example
White with #CA31F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31F7; }
p { color: rgb(202,49,247); }
H1.HeaderClassName
{
color: #CA31F7;
}
.AnyTagClassName
{
color: #CA31F7;
}
</style>
background-color css
<style>
a { background-color: #CA31F7; }
a { background-color: rgb(202,49,247); }
div.DivClassName
{
background-color: #CA31F7;
}
.BgClassName
{
background-color: #CA31F7;
}
</style>
border-color css
<style>
span { border-color: #CA31F7; }
span { border-color: rgb(202,49,247); }
td.TdClassName
{
border-color: #CA31F7;
}
.TagClassName
{
border-color: #CA31F7;
}
</style>