#C529FE

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

Shades of Electric Purple #C529FE

Tints of Electric Purple #C529FE

Color information

#C529FE (or 0xC529FE) is unknown color: approx Electric Purple. HEX triplet: C5, 29 and FE. RGB value is (197,41,254). Sum of RGB (Red+Green+Blue) = 197+41+254=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C529FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529FE is #3AD601. Grayscale: #6F6F6F. Windows color (decimal): -3855874 or 16656837. OLE color: 16656837.

HSL color Cylindrical-coordinate representation of color #C529FE: hue angle of 283.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C529FE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19741254-
CMYK0.220.8400.00
HSL283.94º99.07%57.84%-
HSV(B)283.94º83.86%99.61%-
XYZ41.7120.6195.55-
YUV111.93208.18188.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 41 (16.41% from 255) = 8.33%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=40.04%
G=8.33%
B=51.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197412540.220.8400.00283.9499.0757.84
HexC529FE16540011c633a
Octal30551376261240043414372
Binary1100010110100111111110101101010100001000111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C529FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C529FE; }

 p { color: rgb(197,41,254); }

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

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

 a { background-color: rgb(197,41,254); }

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

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

 span { border-color: rgb(197,41,254); }

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