#C61AEB

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

Shades of Electric Purple #C61AEB

Tints of Electric Purple #C61AEB

Color information

#C61AEB (or 0xC61AEB) is unknown color: approx Electric Purple. HEX triplet: C6, 1A and EB. RGB value is (198,26,235). Sum of RGB (Red+Green+Blue) = 198+26+235=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #C61AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AEB is #39E514. Grayscale: #646464. Windows color (decimal): -3794197 or 15407814. OLE color: 15407814.

HSL color Cylindrical-coordinate representation of color #C61AEB: hue angle of 289.38º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61AEB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19826235-
CMYK0.160.8900.08
HSL289.38º83.94%51.18%-
HSV(B)289.38º88.94%92.16%-
XYZ38.6518.7480.18-
YUV101.25203.48197.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 26 (10.55% from 255) = 5.66%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=43.14%
G=5.66%
B=51.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198262350.160.8900.08289.3883.9451.18
HexC61AEB1059081215433
Octal306323532013101044112463
Binary110001101101011101011100001011001010001001000011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61AEB; }

 p { color: rgb(198,26,235); }

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

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

 a { background-color: rgb(198,26,235); }

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

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

 span { border-color: rgb(198,26,235); }

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