#C71DEB

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

Shades of Electric Purple #C71DEB

Tints of Electric Purple #C71DEB

Color information

#C71DEB (or 0xC71DEB) is unknown color: approx Electric Purple. HEX triplet: C7, 1D and EB. RGB value is (199,29,235). Sum of RGB (Red+Green+Blue) = 199+29+235=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C71DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DEB is #38E214. Grayscale: #666666. Windows color (decimal): -3727893 or 15408583. OLE color: 15408583.

HSL color Cylindrical-coordinate representation of color #C71DEB: hue angle of 289.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71DEB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19929235-
CMYK0.150.8800.08
HSL289.51º83.74%51.76%-
HSV(B)289.51º87.66%92.16%-
XYZ38.9919.0280.21-
YUV103.31202.32196.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 29 (11.72% from 255) = 6.26%
BLUE value IS 235 (92.19% from 255) = 50.76%
R=42.98%
G=6.26%
B=50.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199292350.150.8800.08289.5183.7451.76
HexC71DEBF58081225434
Octal307353531713001044212464
Binary11000111111011110101111111011000010001001000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71DEB; }

 p { color: rgb(199,29,235); }

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

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

 a { background-color: rgb(199,29,235); }

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

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

 span { border-color: rgb(199,29,235); }

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