#7E33F6

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

Shades of Blue Violet #7E33F6

Tints of Blue Violet #7E33F6

Color information

#7E33F6 (or 0x7E33F6) is unknown color: approx Blue Violet. HEX triplet: 7E, 33 and F6. RGB value is (126,51,246). Sum of RGB (Red+Green+Blue) = 126+51+246=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #7E33F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E33F6 is #81CC09. Grayscale: #5E5E5E. Windows color (decimal): -8506378 or 16135038. OLE color: 16135038.

HSL color Cylindrical-coordinate representation of color #7E33F6: hue angle of 263.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E33F6 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12651246-
CMYK0.490.7900.04
HSL263.08º91.55%58.24%-
HSV(B)263.08º79.27%96.47%-
XYZ26.4213.4688.39-
YUV95.65212.85149.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 246 (96.48% from 255) = 58.16%
R=29.79%
G=12.06%
B=58.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126512460.490.7900.04263.0891.5558.24
Hex7E33F6314F041075c3a
Octal17663366611170440713472
Binary111111011001111110110110001100111101001000001111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E33F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,246); }

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

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

 a { background-color: rgb(126,51,246); }

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

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

 span { border-color: rgb(126,51,246); }

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