Html Css Color HEX #C720FF Electric Purple

📋 copy color: '#C720FF'

red 199 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #C720FF

Tints of Electric Purple #C720FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.58%

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

R = 40.95%
G = 6.58%
B = 52.47%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C720FF (or 0xC720FF) is known color: Electric Purple. HEX triplet: C7, 20 and FF. RGB value is (199,32,255). Sum of RGB (Red+Green+Blue) = 199+32+255=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #C720FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720FF is #38DF00. Grayscale: #6A6A6A. Windows color (decimal): -3727105 or 16720071. OLE color: 16720071.

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

Color convert

RGB 199 32 255 -
CMYK 0.22 0.87 0 0
HSL 284.93º 1% 0.56% -
HSV(B) 284.93º 0.87% 1% -
XYZ 42.12 20.4 96.32 -
YUV 107.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 199 32 255 0.22 0.87 0 0 284.93 1 0.56
Hex C7 20 FF 16 57 0 0 11D 64 38
Octal 307 40 377 26 127 0 0 435 144 70
Binary 11000111 100000 11111111 10110 1010111 0 0 100011101 1100100 111000

Color Harmonies of #C720FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720FF

Black with #C720FF

Text Example


Text Example

White with #C720FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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