Shades of Electric Purple #CA31FA
Tints of Electric Purple #CA31FA
RGB
CMYK
RGB Variations
Color information
#CA31FA (or 0xCA31FA) is known color: Electric Purple. HEX triplet: CA, 31 and FA. RGB value is (202,49,250). Sum of RGB (Red+Green+Blue) = 202+49+250=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA31FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31FA is #35CE05. Grayscale: #757575. Windows color (decimal): -3526150 or 16396746. OLE color: 16396746.
HSL color Cylindrical-coordinate representation of color #CA31FA: hue angle of 285.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA31FA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 49 | 250 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.02 |
| HSL | 285.67º | 0.95% | 0.59% | - |
| HSV(B) | 285.67º | 0.8% | 0.98% | - |
| XYZ | 42.71 | 21.66 | 92.37 | - |
| YUV | 117.66 | 202.69 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 250 | 0.19 | 0.80 | 0 | 0.02 | 285.67 | 0.95 | 0.59 |
| Hex | CA | 31 | FA | 13 | 50 | 0 | 2 | 11E | 5F | 3B |
| Octal | 312 | 61 | 372 | 23 | 120 | 0 | 2 | 436 | 137 | 73 |
| Binary | 11001010 | 110001 | 11111010 | 10011 | 1010000 | 0 | 10 | 100011110 | 1011111 | 111011 |
Color Harmonies of #CA31FA
Complementary color
Monochromatic Colors of #CA31FA
Black with #CA31FA
Text Example
Text Example
White with #CA31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31FA; }
p { color: rgb(202,49,250); }
H1.HeaderClassName
{
color: #CA31FA;
}
.AnyTagClassName
{
color: #CA31FA;
}
</style>
background-color css
<style>
a { background-color: #CA31FA; }
a { background-color: rgb(202,49,250); }
div.DivClassName
{
background-color: #CA31FA;
}
.BgClassName
{
background-color: #CA31FA;
}
</style>
border-color css
<style>
span { border-color: #CA31FA; }
span { border-color: rgb(202,49,250); }
td.TdClassName
{
border-color: #CA31FA;
}
.TagClassName
{
border-color: #CA31FA;
}
</style>