#C91CF7

Color #C91CF7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C91CF7

Tints of Electric Purple #C91CF7

Color information

#C91CF7 (or 0xC91CF7) is unknown color: approx Electric Purple. HEX triplet: C9, 1C and F7. RGB value is (201,28,247). Sum of RGB (Red+Green+Blue) = 201+28+247=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 28 (11.33% from 255 or 5.88% 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 #C91CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CF7 is #36E308. Grayscale: #676767. Windows color (decimal): -3597065 or 16194761. OLE color: 16194761.

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

Color convert

RGB20128247-
CMYK0.190.8900.03
HSL287.4º93.19%53.92%-
HSV(B)287.4º88.66%96.86%-
XYZ41.2919.9689.67-
YUV104.69208.31196.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 28 (11.33% from 255) = 5.88%
BLUE value IS 247 (96.88% from 255) = 51.89%
R=42.23%
G=5.88%
B=51.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201282470.190.8900.03287.493.1953.92
HexC91CF713590311f5d36
Octal31134367231310343713566
Binary1100100111100111101111001110110010111000111111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91CF7; }

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

 H1.HeaderClassName
 {
   color: #C91CF7;
 }
 .AnyTagClassName
 {
   color: #C91CF7;
 }
</style>
background-color css

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

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

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

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

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

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