#C327F9

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

Shades of Electric Purple #C327F9

Tints of Electric Purple #C327F9

Color information

#C327F9 (or 0xC327F9) is unknown color: approx Electric Purple. HEX triplet: C3, 27 and F9. RGB value is (195,39,249). Sum of RGB (Red+Green+Blue) = 195+39+249=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #C327F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327F9 is #3CD806. Grayscale: #6C6C6C. Windows color (decimal): -3987463 or 16328643. OLE color: 16328643.

HSL color Cylindrical-coordinate representation of color #C327F9: hue angle of 284.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C327F9 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19539249-
CMYK0.220.8400.02
HSL284.57º94.59%56.47%-
HSV(B)284.57º84.34%97.65%-
XYZ40.3319.8991.34-
YUV109.58206.68188.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 39 (15.62% from 255) = 8.07%
BLUE value IS 249 (97.66% from 255) = 51.55%
R=40.37%
G=8.07%
B=51.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195392490.220.8400.02284.5794.5956.47
HexC327F916540211d5f38
Octal30347371261240243513770
Binary11000011100111111110011011010101000101000111011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C327F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C327F9; }

 p { color: rgb(195,39,249); }

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

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

 a { background-color: rgb(195,39,249); }

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

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

 span { border-color: rgb(195,39,249); }

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