Html Css Color HEX #C71DF7 Electric Purple

📋 copy color: '#C71DF7'

red 199 ◦ green 29 ◦ blue 247

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

Shades of Electric Purple #C71DF7

Tints of Electric Purple #C71DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.11%

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

R = 41.89%
G = 6.11%
B = 52%

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

#C71DF7 (or 0xC71DF7) is known color: Electric Purple. HEX triplet: C7, 1D and F7. RGB value is (199,29,247). Sum of RGB (Red+Green+Blue) = 199+29+247=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #C71DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DF7 is #38E208. Grayscale: #676767. Windows color (decimal): -3727881 or 16195015. OLE color: 16195015.

HSL color Cylindrical-coordinate representation of color #C71DF7: hue angle of 286.79º 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 #C71DF7 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 29 247 -
CMYK 0.19 0.88 0 0.03
HSL 286.79º 0.93% 0.54% -
HSV(B) 286.79º 0.88% 0.97% -
XYZ 40.78 19.74 89.66 -
YUV 104.68 208.32 195.27 -
System Red Green Blue C M Y K H S L
Decimal 199 29 247 0.19 0.88 0 0.03 286.79 0.93 0.54
Hex C7 1D F7 13 58 0 3 11F 5D 36
Octal 307 35 367 23 130 0 3 437 135 66
Binary 11000111 11101 11110111 10011 1011000 0 11 100011111 1011101 110110

Color Harmonies of #C71DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DF7

Black with #C71DF7

Text Example


Text Example

White with #C71DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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