Html Css Color HEX #C732FF Electric Purple

📋 copy color: '#C732FF'

red 199 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #C732FF

Tints of Electric Purple #C732FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.92%

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

R = 39.48%
G = 9.92%
B = 50.6%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C732FF (or 0xC732FF) is known color: Electric Purple. HEX triplet: C7, 32 and FF. RGB value is (199,50,255). Sum of RGB (Red+Green+Blue) = 199+50+255=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #C732FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732FF is #38CD00. Grayscale: #757575. Windows color (decimal): -3722497 or 16724679. OLE color: 16724679.

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

Color convert

RGB 199 50 255 -
CMYK 0.22 0.80 0 0
HSL 283.61º 1% 0.6% -
HSV(B) 283.61º 0.8% 1% -
XYZ 42.74 21.64 96.53 -
YUV 117.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 199 50 255 0.22 0.80 0 0 283.61 1 0.6
Hex C7 32 FF 16 50 0 0 11C 64 3C
Octal 307 62 377 26 120 0 0 434 144 74
Binary 11000111 110010 11111111 10110 1010000 0 0 100011100 1100100 111100

Color Harmonies of #C732FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732FF

Black with #C732FF

Text Example


Text Example

White with #C732FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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