#c529ef

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

Shades of Electric Purple #C529EF

Tints of Electric Purple #C529EF

Color information

#C529EF (or 0xC529EF) is unknown color: approx Electric Purple. HEX triplet: C5, 29 and EF. RGB value is (197,41,239). Sum of RGB (Red+Green+Blue) = 197+41+239=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #C529EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529EF is #3AD610. Grayscale: #6D6D6D. Windows color (decimal): -3855889 or 15673797. OLE color: 15673797.

HSL color Cylindrical-coordinate representation of color #C529EF: hue angle of 287.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C529EF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19741239-
CMYK0.180.8300.06
HSL287.27º86.09%54.9%-
HSV(B)287.27º82.85%93.73%-
XYZ39.419.6983.39-
YUV110.22200.68189.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 41 (16.41% from 255) = 8.60%
BLUE value IS 239 (93.75% from 255) = 50.10%
R=41.30%
G=8.60%
B=50.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197412390.180.8300.06287.2786.0954.9
HexC529EF12530611f5637
Octal30551357221230643712667
Binary110001011010011110111110010101001101101000111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c529ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c529ef; }

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

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

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

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

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

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

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

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