#C60FEA

Color #C60FEA Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C60FEA

Tints of Electric Purple #C60FEA

Color information

#C60FEA (or 0xC60FEA) is unknown color: approx Electric Purple. HEX triplet: C6, 0F and EA. RGB value is (198,15,234). Sum of RGB (Red+Green+Blue) = 198+15+234=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C60FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FEA is #39F015. Grayscale: #5D5D5D. Windows color (decimal): -3797014 or 15339462. OLE color: 15339462.

HSL color Cylindrical-coordinate representation of color #C60FEA: hue angle of 290.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FEA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19815234-
CMYK0.150.9400.08
HSL290.14º87.95%48.82%-
HSV(B)290.14º93.59%91.76%-
XYZ38.3118.2979.35-
YUV94.68206.63201.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 15 (6.25% from 255) = 3.36%
BLUE value IS 234 (91.80% from 255) = 52.35%
R=44.30%
G=3.36%
B=52.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198152340.150.9400.08290.1487.9548.82
HexC6FEAF5E081225831
Octal306173521713601044213061
Binary1100011011111110101011111011110010001001000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60FEA; }

 p { color: rgb(198,15,234); }

 H1.HeaderClassName
 {
   color: #C60FEA;
 }
 .AnyTagClassName
 {
   color: #C60FEA;
 }
</style>
background-color css

<style>
 a { background-color: #C60FEA; }

 a { background-color: rgb(198,15,234); }

 div.DivClassName
 {
   background-color: #C60FEA;
 }
 .BgClassName
 {
   background-color: #C60FEA;
 }
</style>
border-color css

<style>
 span { border-color: #C60FEA; }

 span { border-color: rgb(198,15,234); }

 td.TdClassName
 {
   border-color: #C60FEA;
 }
 .TagClassName
 {
   border-color: #C60FEA;
 }
</style>