#7E3FCC

Color #7E3FCC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7E3FCC

Tints of Blue Violet #7E3FCC

Color information

#7E3FCC (or 0x7E3FCC) is unknown color: approx Blue Violet. HEX triplet: 7E, 3F and CC. RGB value is (126,63,204). Sum of RGB (Red+Green+Blue) = 126+63+204=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E3FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FCC is #81C033. Grayscale: #616161. Windows color (decimal): -8503348 or 13385598. OLE color: 13385598.

HSL color Cylindrical-coordinate representation of color #7E3FCC: hue angle of 266.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3FCC is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12663204-
CMYK0.380.6900.2
HSL266.81º58.02%52.35%-
HSV(B)266.81º69.12%80%-
XYZ21.2812.3558.39-
YUV97.91187.87148.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=32.06%
G=16.03%
B=51.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal126632040.380.6900.2266.8158.0252.35
Hex7E3FCC264501410b3a34
Octal17677314461050244137264
Binary1111110111111110011001001101000101010100100001011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E3FCC; }

 p { color: rgb(126,63,204); }

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

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

 a { background-color: rgb(126,63,204); }

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

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

 span { border-color: rgb(126,63,204); }

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