Html Css Color HEX #C61FEB Electric Purple

📋 copy color: '#C61FEB'

red 198 ◦ green 31 ◦ blue 235

#C61FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C61FEB

Tints of Electric Purple #C61FEB

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

 GREEN value IS 31 (12.5% from 255) = 6.68%

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 42.67%
G = 6.68%
B = 50.65%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C61FEB (or 0xC61FEB) is known color: Electric Purple. HEX triplet: C6, 1F and EB. RGB value is (198,31,235). Sum of RGB (Red+Green+Blue) = 198+31+235=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #C61FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FEB is #39E014. Grayscale: #676767. Windows color (decimal): -3792917 or 15409094. OLE color: 15409094.

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

Color convert

RGB 198 31 235 -
CMYK 0.16 0.87 0 0.08
HSL 289.12º 0.84% 0.52% -
HSV(B) 289.12º 0.87% 0.92% -
XYZ 38.77 18.98 80.22 -
YUV 104.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 198 31 235 0.16 0.87 0 0.08 289.12 0.84 0.52
Hex C6 1F EB 10 57 0 8 121 54 34
Octal 306 37 353 20 127 0 10 441 124 64
Binary 11000110 11111 11101011 10000 1010111 0 1000 100100001 1010100 110100

Color Harmonies of #C61FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FEB

Black with #C61FEB

Text Example


Text Example

White with #C61FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FEB; }

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

 H1.HeaderClassName
 {
   color: #C61FEB;
 }
 .AnyTagClassName
 {
   color: #C61FEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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