Html Css Color HEX #C72BEF Electric Purple

📋 copy color: '#C72BEF'

red 199 ◦ green 43 ◦ blue 239

#C72BEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C72BEF

Tints of Electric Purple #C72BEF

RGB

 RED value IS 199 (78.13% from 255) = 41.37%

 GREEN value IS 43 (17.19% from 255) = 8.94%

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 41.37%
G = 8.94%
B = 49.69%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C72BEF (or 0xC72BEF) is known color: Electric Purple. HEX triplet: C7, 2B and EF. RGB value is (199,43,239). Sum of RGB (Red+Green+Blue) = 199+43+239=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #C72BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BEF is #38D410. Grayscale: #6F6F6F. Windows color (decimal): -3724305 or 15674311. OLE color: 15674311.

HSL color Cylindrical-coordinate representation of color #C72BEF: hue angle of 287.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72BEF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 43 239 -
CMYK 0.17 0.82 0 0.06
HSL 287.76º 0.86% 0.55% -
HSV(B) 287.76º 0.82% 0.94% -
XYZ 40 20.1 83.43 -
YUV 111.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 199 43 239 0.17 0.82 0 0.06 287.76 0.86 0.55
Hex C7 2B EF 11 52 0 6 120 56 37
Octal 307 53 357 21 122 0 6 440 126 67
Binary 11000111 101011 11101111 10001 1010010 0 110 100100000 1010110 110111

Color Harmonies of #C72BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BEF

Black with #C72BEF

Text Example


Text Example

White with #C72BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BEF; }

 p { color: rgb(199,43,239); }

 H1.HeaderClassName
 {
   color: #C72BEF;
 }
 .AnyTagClassName
 {
   color: #C72BEF;
 }
</style>

background-color css

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

 a { background-color: rgb(199,43,239); }

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

border-color css

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

 span { border-color: rgb(199,43,239); }

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