#C731FF

Color #C731FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C731FF

Tints of Electric Purple #C731FF

Color information

#C731FF (or 0xC731FF) is unknown color: approx 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

RGB19949255-
CMYK0.220.8100
HSL283.69º100%59.61%-
HSV(B)283.69º80.78%100%-
XYZ42.721.5696.52-
YUV117.33205.7186.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 49 (19.53% from 255) = 9.74%
BLUE value IS 255 (100% from 255) = 50.70%
R=39.56%
G=9.74%
B=50.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal199492550.220.8100283.6910059.61
HexC731FF16510011c643c
Octal30761377261210043414474
Binary1100011111000111111111101101010001001000111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C731FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>