#C029FD

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

Shades of Electric Purple #C029FD

Tints of Electric Purple #C029FD

Color information

#C029FD (or 0xC029FD) is unknown color: approx Electric Purple. HEX triplet: C0, 29 and FD. RGB value is (192,41,253). Sum of RGB (Red+Green+Blue) = 192+41+253=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #C029FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029FD is #3FD602. Grayscale: #6D6D6D. Windows color (decimal): -4183555 or 16591296. OLE color: 16591296.

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

Color convert

RGB19241253-
CMYK0.240.8400.01
HSL282.74º98.15%57.65%-
HSV(B)282.74º83.79%99.22%-
XYZ40.2619.8894.64-
YUV110.32208.53186.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 41 (16.41% from 255) = 8.44%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=39.51%
G=8.44%
B=52.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192412530.240.8400.01282.7498.1557.65
HexC029FD18540111b623a
Octal30051375301240143314272
Binary1100000010100111111101110001010100011000110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C029FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C029FD; }

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

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

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

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

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

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

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

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