#C71CF7

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

Shades of Electric Purple #C71CF7

Tints of Electric Purple #C71CF7

Color information

#C71CF7 (or 0xC71CF7) is unknown color: approx Electric Purple. HEX triplet: C7, 1C and F7. RGB value is (199,28,247). Sum of RGB (Red+Green+Blue) = 199+28+247=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #C71CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CF7 is #38E308. Grayscale: #676767. Windows color (decimal): -3728137 or 16194759. OLE color: 16194759.

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

Color convert

RGB19928247-
CMYK0.190.8900.03
HSL286.85º93.19%53.92%-
HSV(B)286.85º88.66%96.86%-
XYZ40.7619.6989.65-
YUV104.1208.65195.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 28 (11.33% from 255) = 5.91%
BLUE value IS 247 (96.88% from 255) = 52.11%
R=41.98%
G=5.91%
B=52.11%

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
Decimal199282470.190.8900.03286.8593.1953.92
HexC71CF713590311f5d36
Octal30734367231310343713566
Binary1100011111100111101111001110110010111000111111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71CF7; }

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

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

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

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

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

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

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

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