#C702F0

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

Shades of Electric Purple #C702F0

Tints of Electric Purple #C702F0

Color information

#C702F0 (or 0xC702F0) is unknown color: approx Electric Purple. HEX triplet: C7, 02 and F0. RGB value is (199,2,240). Sum of RGB (Red+Green+Blue) = 199+2+240=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #C702F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702F0 is #38FD0F. Grayscale: #575757. Windows color (decimal): -3734800 or 15729351. OLE color: 15729351.

HSL color Cylindrical-coordinate representation of color #C702F0: hue angle of 289.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702F0 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1992240-
CMYK0.170.9900.06
HSL289.66º98.35%47.45%-
HSV(B)289.66º99.17%94.12%-
XYZ39.318.4883.93-
YUV88.04213.77207.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=45.12%
G=0.45%
B=54.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19922400.170.9900.06289.6698.3547.45
HexC72F0116306122622f
Octal3072360211430644214257
Binary11000111101111000010001110001101101001000101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C702F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C702F0; }

 p { color: rgb(199,2,240); }

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

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

 a { background-color: rgb(199,2,240); }

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

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

 span { border-color: rgb(199,2,240); }

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