Html Css Color HEX #C71EF7 Electric Purple

📋 copy color: '#C71EF7'

red 199 ◦ green 30 ◦ blue 247

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

Shades of Electric Purple #C71EF7

Tints of Electric Purple #C71EF7

RGB

 RED value IS 199 (78.13% from 255) = 41.81%

 GREEN value IS 30 (12.11% from 255) = 6.3%

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 41.81%
G = 6.3%
B = 51.89%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C71EF7 (or 0xC71EF7) is known color: Electric Purple. HEX triplet: C7, 1E and F7. RGB value is (199,30,247). Sum of RGB (Red+Green+Blue) = 199+30+247=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #C71EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EF7 is #38E108. Grayscale: #686868. Windows color (decimal): -3727625 or 16195271. OLE color: 16195271.

HSL color Cylindrical-coordinate representation of color #C71EF7: hue angle of 286.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EF7 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 30 247 -
CMYK 0.19 0.88 0 0.03
HSL 286.73º 0.93% 0.54% -
HSV(B) 286.73º 0.88% 0.97% -
XYZ 40.81 19.79 89.66 -
YUV 105.27 207.99 194.86 -
System Red Green Blue C M Y K H S L
Decimal 199 30 247 0.19 0.88 0 0.03 286.73 0.93 0.54
Hex C7 1E F7 13 58 0 3 11F 5D 36
Octal 307 36 367 23 130 0 3 437 135 66
Binary 11000111 11110 11110111 10011 1011000 0 11 100011111 1011101 110110

Color Harmonies of #C71EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EF7

Black with #C71EF7

Text Example


Text Example

White with #C71EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EF7; }

 p { color: rgb(199,30,247); }

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

background-color css

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

 a { background-color: rgb(199,30,247); }

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

border-color css

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

 span { border-color: rgb(199,30,247); }

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