#C91BE7

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

Shades of Electric Purple #C91BE7

Tints of Electric Purple #C91BE7

Color information

#C91BE7 (or 0xC91BE7) is unknown color: approx Electric Purple. HEX triplet: C9, 1B and E7. RGB value is (201,27,231). Sum of RGB (Red+Green+Blue) = 201+27+231=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #C91BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BE7 is #36E418. Grayscale: #656565. Windows color (decimal): -3597337 or 15145929. OLE color: 15145929.

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

Color convert

RGB20127231-
CMYK0.130.8800.09
HSL291.18º80.95%50.59%-
HSV(B)291.18º88.31%90.59%-
XYZ38.918.9777.21-
YUV102.28200.65198.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 27 (10.94% from 255) = 5.88%
BLUE value IS 231 (90.62% from 255) = 50.33%
R=43.79%
G=5.88%
B=50.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201272310.130.8800.09291.1880.9550.59
HexC91BE7D58091235133
Octal311333471513001144312163
Binary11001001110111110011111011011000010011001000111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91BE7; }

 p { color: rgb(201,27,231); }

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

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

 a { background-color: rgb(201,27,231); }

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

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

 span { border-color: rgb(201,27,231); }

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