#C61EF9

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

Shades of Electric Purple #C61EF9

Tints of Electric Purple #C61EF9

Color information

#C61EF9 (or 0xC61EF9) is unknown color: approx Electric Purple. HEX triplet: C6, 1E and F9. RGB value is (198,30,249). Sum of RGB (Red+Green+Blue) = 198+30+249=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #C61EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EF9 is #39E106. Grayscale: #686868. Windows color (decimal): -3793159 or 16326342. OLE color: 16326342.

HSL color Cylindrical-coordinate representation of color #C61EF9: hue angle of 286.03º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61EF9 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19830249-
CMYK0.200.8800.02
HSL286.03º94.81%54.71%-
HSV(B)286.03º87.95%97.65%-
XYZ40.8519.7791.29-
YUV105.2209.16194.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 30 (12.11% from 255) = 6.29%
BLUE value IS 249 (97.66% from 255) = 52.20%
R=41.51%
G=6.29%
B=52.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal198302490.200.8800.02286.0394.8154.71
HexC61EF914580211e5f37
Octal30636371241300243613767
Binary1100011011110111110011010010110000101000111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61EF9; }

 p { color: rgb(198,30,249); }

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

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

 a { background-color: rgb(198,30,249); }

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

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

 span { border-color: rgb(198,30,249); }

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