#C72EFD

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

Shades of Electric Purple #C72EFD

Tints of Electric Purple #C72EFD

Color information

#C72EFD (or 0xC72EFD) is unknown color: approx Electric Purple. HEX triplet: C7, 2E and FD. RGB value is (199,46,253). Sum of RGB (Red+Green+Blue) = 199+46+253=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C72EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72EFD is #38D102. Grayscale: #727272. Windows color (decimal): -3723523 or 16592583. OLE color: 16592583.

HSL color Cylindrical-coordinate representation of color #C72EFD: hue angle of 284.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72EFD is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19946253-
CMYK0.210.8200.01
HSL284.35º98.1%58.63%-
HSV(B)284.35º81.82%99.22%-
XYZ42.2621.1994.79-
YUV115.34205.69187.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 46 (18.36% from 255) = 9.24%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=39.96%
G=9.24%
B=50.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal199462530.210.8200.01284.3598.158.63
HexC72EFD15520111c623b
Octal30756375251220143414273
Binary1100011110111011111101101011010010011000111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EFD; }

 p { color: rgb(199,46,253); }

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

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

 a { background-color: rgb(199,46,253); }

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

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

 span { border-color: rgb(199,46,253); }

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