Html Css Color HEX #C61AF9 Electric Purple

📋 copy color: '#C61AF9'

red 198 ◦ green 26 ◦ blue 249

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

Shades of Electric Purple #C61AF9

Tints of Electric Purple #C61AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.5%

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 41.86%
G = 5.5%
B = 52.64%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C61AF9 (or 0xC61AF9) is known color: Electric Purple. HEX triplet: C6, 1A and F9. RGB value is (198,26,249). Sum of RGB (Red+Green+Blue) = 198+26+249=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #C61AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AF9 is #39E506. Grayscale: #666666. Windows color (decimal): -3794183 or 16325318. OLE color: 16325318.

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

Color convert

RGB 198 26 249 -
CMYK 0.20 0.90 0 0.02
HSL 286.28º 0.95% 0.54% -
HSV(B) 286.28º 0.9% 0.98% -
XYZ 40.76 19.58 91.25 -
YUV 102.85 210.48 195.87 -
System Red Green Blue C M Y K H S L
Decimal 198 26 249 0.20 0.90 0 0.02 286.28 0.95 0.54
Hex C6 1A F9 14 5A 0 2 11E 5F 36
Octal 306 32 371 24 132 0 2 436 137 66
Binary 11000110 11010 11111001 10100 1011010 0 10 100011110 1011111 110110

Color Harmonies of #C61AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AF9

Black with #C61AF9

Text Example


Text Example

White with #C61AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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