Html Css Color HEX #C72BFA Electric Purple

📋 copy color: '#C72BFA'

red 199 ◦ green 43 ◦ blue 250

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

Shades of Electric Purple #C72BFA

Tints of Electric Purple #C72BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 40.45%
G = 8.74%
B = 50.81%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C72BFA (or 0xC72BFA) is known color: Electric Purple. HEX triplet: C7, 2B and FA. RGB value is (199,43,250). Sum of RGB (Red+Green+Blue) = 199+43+250=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C72BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BFA is #38D405. Grayscale: #707070. Windows color (decimal): -3724294 or 16395207. OLE color: 16395207.

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

Color convert

RGB 199 43 250 -
CMYK 0.20 0.83 0 0.02
HSL 285.22º 0.95% 0.57% -
HSV(B) 285.22º 0.83% 0.98% -
XYZ 41.67 20.77 92.26 -
YUV 113.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 199 43 250 0.20 0.83 0 0.02 285.22 0.95 0.57
Hex C7 2B FA 14 53 0 2 11D 5F 39
Octal 307 53 372 24 123 0 2 435 137 71
Binary 11000111 101011 11111010 10100 1010011 0 10 100011101 1011111 111001

Color Harmonies of #C72BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BFA

Black with #C72BFA

Text Example


Text Example

White with #C72BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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