#C529E8

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

Shades of Electric Purple #C529E8

Tints of Electric Purple #C529E8

Color information

#C529E8 (or 0xC529E8) is unknown color: approx Electric Purple. HEX triplet: C5, 29 and E8. RGB value is (197,41,232). Sum of RGB (Red+Green+Blue) = 197+41+232=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #C529E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529E8 is #3AD617. Grayscale: #6C6C6C. Windows color (decimal): -3855896 or 15215045. OLE color: 15215045.

HSL color Cylindrical-coordinate representation of color #C529E8: hue angle of 289.01º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C529E8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19741232-
CMYK0.150.8200.09
HSL289.01º80.59%53.53%-
HSV(B)289.01º82.33%90.98%-
XYZ38.3819.2878.04-
YUV109.42197.18190.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 41 (16.41% from 255) = 8.72%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=41.91%
G=8.72%
B=49.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197412320.150.8200.09289.0180.5953.53
HexC529E8F52091215136
Octal305513501712201144112166
Binary110001011010011110100011111010010010011001000011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C529E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C529E8; }

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

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

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

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

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

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

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

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