Html Css Color HEX #C72BFF Electric Purple

📋 copy color: '#C72BFF'

red 199 ◦ green 43 ◦ blue 255

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

Shades of Electric Purple #C72BFF

Tints of Electric Purple #C72BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 40.04%
G = 8.65%
B = 51.31%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C72BFF (or 0xC72BFF) is known color: Electric Purple. HEX triplet: C7, 2B and FF. RGB value is (199,43,255). Sum of RGB (Red+Green+Blue) = 199+43+255=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C72BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BFF is #38D400. Grayscale: #717171. Windows color (decimal): -3724289 or 16722887. OLE color: 16722887.

HSL color Cylindrical-coordinate representation of color #C72BFF: hue angle of 284.15º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72BFF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 43 255 -
CMYK 0.22 0.83 0 0
HSL 284.15º 1% 0.58% -
HSV(B) 284.15º 0.83% 1% -
XYZ 42.47 21.09 96.44 -
YUV 113.81 207.68 188.76 -
System Red Green Blue C M Y K H S L
Decimal 199 43 255 0.22 0.83 0 0 284.15 1 0.58
Hex C7 2B FF 16 53 0 0 11C 64 3A
Octal 307 53 377 26 123 0 0 434 144 72
Binary 11000111 101011 11111111 10110 1010011 0 0 100011100 1100100 111010

Color Harmonies of #C72BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BFF

Black with #C72BFF

Text Example


Text Example

White with #C72BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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