Shades of Electric Purple #C307F7
Tints of Electric Purple #C307F7
RGB
CMYK
RGB Variations
Color information
#C307F7 (or 0xC307F7) is known color: Electric Purple. HEX triplet: C3, 07 and F7. RGB value is (195,7,247). Sum of RGB (Red+Green+Blue) = 195+7+247=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #C307F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307F7 is #3CF808. Grayscale: #595959. Windows color (decimal): -3995657 or 16189379. OLE color: 16189379.
HSL color Cylindrical-coordinate representation of color #C307F7: hue angle of 287º 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 #C307F7 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 7 | 247 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.03 |
| HSL | 287º | 0.94% | 0.5% | - |
| HSV(B) | 287º | 0.97% | 0.97% | - |
| XYZ | 39.37 | 18.47 | 89.49 | - |
| YUV | 90.57 | 216.28 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 247 | 0.21 | 0.97 | 0 | 0.03 | 287 | 0.94 | 0.5 |
| Hex | C3 | 7 | F7 | 15 | 61 | 0 | 3 | 11F | 5E | 32 |
| Octal | 303 | 7 | 367 | 25 | 141 | 0 | 3 | 437 | 136 | 62 |
| Binary | 11000011 | 111 | 11110111 | 10101 | 1100001 | 0 | 11 | 100011111 | 1011110 | 110010 |
Color Harmonies of #C307F7
Complementary color
Monochromatic Colors of #C307F7
Black with #C307F7
Text Example
Text Example
White with #C307F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307F7; }
p { color: rgb(195,7,247); }
H1.HeaderClassName
{
color: #C307F7;
}
.AnyTagClassName
{
color: #C307F7;
}
</style>
background-color css
<style>
a { background-color: #C307F7; }
a { background-color: rgb(195,7,247); }
div.DivClassName
{
background-color: #C307F7;
}
.BgClassName
{
background-color: #C307F7;
}
</style>
border-color css
<style>
span { border-color: #C307F7; }
span { border-color: rgb(195,7,247); }
td.TdClassName
{
border-color: #C307F7;
}
.TagClassName
{
border-color: #C307F7;
}
</style>