Html Css Color HEX #C72AE8 Electric Purple

📋 copy color: '#C72AE8'

red 199 ◦ green 42 ◦ blue 232

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

Shades of Electric Purple #C72AE8

Tints of Electric Purple #C72AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 42.07%
G = 8.88%
B = 49.05%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C72AE8 (or 0xC72AE8) is known color: Electric Purple. HEX triplet: C7, 2A and E8. RGB value is (199,42,232). Sum of RGB (Red+Green+Blue) = 199+42+232=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #C72AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72AE8 is #38D517. Grayscale: #6D6D6D. Windows color (decimal): -3724568 or 15215303. OLE color: 15215303.

HSL color Cylindrical-coordinate representation of color #C72AE8: hue angle of 289.58º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72AE8 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 42 232 -
CMYK 0.14 0.82 0 0.09
HSL 289.58º 0.81% 0.54% -
HSV(B) 289.58º 0.82% 0.91% -
XYZ 38.95 19.62 78.08 -
YUV 110.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 199 42 232 0.14 0.82 0 0.09 289.58 0.81 0.54
Hex C7 2A E8 E 52 0 9 122 51 36
Octal 307 52 350 16 122 0 11 442 121 66
Binary 11000111 101010 11101000 1110 1010010 0 1001 100100010 1010001 110110

Color Harmonies of #C72AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AE8

Black with #C72AE8

Text Example


Text Example

White with #C72AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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