#C029F5

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

Shades of Electric Purple #C029F5

Tints of Electric Purple #C029F5

Color information

#C029F5 (or 0xC029F5) is unknown color: approx Electric Purple. HEX triplet: C0, 29 and F5. RGB value is (192,41,245). Sum of RGB (Red+Green+Blue) = 192+41+245=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #C029F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029F5 is #3FD60A. Grayscale: #6C6C6C. Windows color (decimal): -4183563 or 16067008. OLE color: 16067008.

HSL color Cylindrical-coordinate representation of color #C029F5: hue angle of 284.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C029F5 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19241245-
CMYK0.220.8300.04
HSL284.41º91.07%56.08%-
HSV(B)284.41º83.27%96.08%-
XYZ39.0119.3888.07-
YUV109.4204.53186.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 41 (16.41% from 255) = 8.58%
BLUE value IS 245 (96.09% from 255) = 51.26%
R=40.17%
G=8.58%
B=51.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192412450.220.8300.04284.4191.0756.08
HexC029F516530411c5b38
Octal30051365261230443413370
Binary110000001010011111010110110101001101001000111001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C029F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C029F5; }

 p { color: rgb(192,41,245); }

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

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

 a { background-color: rgb(192,41,245); }

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

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

 span { border-color: rgb(192,41,245); }

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