Html Css Color HEX #C72AFB Electric Purple

📋 copy color: '#C72AFB'

red 199 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #C72AFB

Tints of Electric Purple #C72AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.54%

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 40.45%
G = 8.54%
B = 51.02%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C72AFB (or 0xC72AFB) is known color: Electric Purple. HEX triplet: C7, 2A and FB. RGB value is (199,42,251). Sum of RGB (Red+Green+Blue) = 199+42+251=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C72AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72AFB is #38D504. Grayscale: #707070. Windows color (decimal): -3724549 or 16460487. OLE color: 16460487.

HSL color Cylindrical-coordinate representation of color #C72AFB: hue angle of 285.07º degrees, saturation: 0.96, 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 #C72AFB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 42 251 -
CMYK 0.21 0.83 0 0.02
HSL 285.07º 0.96% 0.57% -
HSV(B) 285.07º 0.83% 0.98% -
XYZ 41.79 20.76 93.07 -
YUV 112.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 199 42 251 0.21 0.83 0 0.02 285.07 0.96 0.57
Hex C7 2A FB 15 53 0 2 11D 60 39
Octal 307 52 373 25 123 0 2 435 140 71
Binary 11000111 101010 11111011 10101 1010011 0 10 100011101 1100000 111001

Color Harmonies of #C72AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AFB

Black with #C72AFB

Text Example


Text Example

White with #C72AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AFB; }

 p { color: rgb(199,42,251); }

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

background-color css

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

 a { background-color: rgb(199,42,251); }

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

border-color css

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

 span { border-color: rgb(199,42,251); }

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