#C733FF

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

Shades of Electric Purple #C733FF

Tints of Electric Purple #C733FF

Color information

#C733FF (or 0xC733FF) is unknown color: approx Electric Purple. HEX triplet: C7, 33 and FF. RGB value is (199,51,255). Sum of RGB (Red+Green+Blue) = 199+51+255=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #C733FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733FF is #38CC00. Grayscale: #757575. Windows color (decimal): -3722241 or 16724935. OLE color: 16724935.

HSL color Cylindrical-coordinate representation of color #C733FF: hue angle of 283.53º 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 #C733FF is Cyan = 0.22, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19951255-
CMYK0.220.800
HSL283.53º100%60%-
HSV(B)283.53º80%100%-
XYZ42.7921.7396.55-
YUV118.51205.03185.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 51 (20.31% from 255) = 10.10%
BLUE value IS 255 (100% from 255) = 50.50%
R=39.41%
G=10.10%
B=50.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal199512550.220.800283.5310060
HexC733FF16500011c643c
Octal30763377261200043414474
Binary1100011111001111111111101101010000001000111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C733FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C733FF; }

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

 H1.HeaderClassName
 {
   color: #C733FF;
 }
 .AnyTagClassName
 {
   color: #C733FF;
 }
</style>
background-color css

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

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

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

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

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

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