Html Css Color HEX #C731FF Electric Purple

📋 copy color: '#C731FF'

red 199 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C731FF

Tints of Electric Purple #C731FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.74%

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

R = 39.56%
G = 9.74%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C731FF (or 0xC731FF) is known color: Electric Purple. HEX triplet: C7, 31 and FF. RGB value is (199,49,255). Sum of RGB (Red+Green+Blue) = 199+49+255=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C731FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731FF is #38CE00. Grayscale: #747474. Windows color (decimal): -3722753 or 16724423. OLE color: 16724423.

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

Color convert

RGB 199 49 255 -
CMYK 0.22 0.81 0 0
HSL 283.69º 1% 0.6% -
HSV(B) 283.69º 0.81% 1% -
XYZ 42.7 21.56 96.52 -
YUV 117.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 199 49 255 0.22 0.81 0 0 283.69 1 0.6
Hex C7 31 FF 16 51 0 0 11C 64 3C
Octal 307 61 377 26 121 0 0 434 144 74
Binary 11000111 110001 11111111 10110 1010001 0 0 100011100 1100100 111100

Color Harmonies of #C731FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731FF

Black with #C731FF

Text Example


Text Example

White with #C731FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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