Html Css Color HEX #C91FF7 Electric Purple

📋 copy color: '#C91FF7'

red 201 ◦ green 31 ◦ blue 247

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

Shades of Electric Purple #C91FF7

Tints of Electric Purple #C91FF7

RGB

 RED value IS 201 (78.91% from 255) = 41.96%

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

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

R = 41.96%
G = 6.47%
B = 51.57%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C91FF7 (or 0xC91FF7) is known color: Electric Purple. HEX triplet: C9, 1F and F7. RGB value is (201,31,247). Sum of RGB (Red+Green+Blue) = 201+31+247=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #C91FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FF7 is #36E008. Grayscale: #696969. Windows color (decimal): -3596297 or 16195529. OLE color: 16195529.

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

Color convert

RGB 201 31 247 -
CMYK 0.19 0.87 0 0.03
HSL 287.22º 0.93% 0.55% -
HSV(B) 287.22º 0.87% 0.97% -
XYZ 41.37 20.11 89.7 -
YUV 106.45 207.32 195.44 -
System Red Green Blue C M Y K H S L
Decimal 201 31 247 0.19 0.87 0 0.03 287.22 0.93 0.55
Hex C9 1F F7 13 57 0 3 11F 5D 37
Octal 311 37 367 23 127 0 3 437 135 67
Binary 11001001 11111 11110111 10011 1010111 0 11 100011111 1011101 110111

Color Harmonies of #C91FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FF7

Black with #C91FF7

Text Example


Text Example

White with #C91FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FF7; }

 p { color: rgb(201,31,247); }

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

background-color css

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

 a { background-color: rgb(201,31,247); }

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

border-color css

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

 span { border-color: rgb(201,31,247); }

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