#C61BE9

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

Shades of Electric Purple #C61BE9

Tints of Electric Purple #C61BE9

Color information

#C61BE9 (or 0xC61BE9) is unknown color: approx Electric Purple. HEX triplet: C6, 1B and E9. RGB value is (198,27,233). Sum of RGB (Red+Green+Blue) = 198+27+233=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #C61BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BE9 is #39E416. Grayscale: #646464. Windows color (decimal): -3793943 or 15276998. OLE color: 15276998.

HSL color Cylindrical-coordinate representation of color #C61BE9: hue angle of 289.81º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61BE9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19827233-
CMYK0.150.8800.09
HSL289.81º82.4%50.98%-
HSV(B)289.81º88.41%91.37%-
XYZ38.3918.6778.67-
YUV101.61202.15196.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 27 (10.94% from 255) = 5.90%
BLUE value IS 233 (91.41% from 255) = 50.87%
R=43.23%
G=5.90%
B=50.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal198272330.150.8800.09289.8182.450.98
HexC61BE9F58091225233
Octal306333511713001144212263
Binary11000110110111110100111111011000010011001000101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61BE9; }

 p { color: rgb(198,27,233); }

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

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

 a { background-color: rgb(198,27,233); }

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

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

 span { border-color: rgb(198,27,233); }

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