#7333E3

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

Shades of Blue Violet #7333E3

Tints of Blue Violet #7333E3

Color information

#7333E3 (or 0x7333E3) is unknown color: approx Blue Violet. HEX triplet: 73, 33 and E3. RGB value is (115,51,227). Sum of RGB (Red+Green+Blue) = 115+51+227=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #7333E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333E3 is #8CCC1C. Grayscale: #595959. Windows color (decimal): -9227293 or 14889843. OLE color: 14889843.

HSL color Cylindrical-coordinate representation of color #7333E3: hue angle of 261.82º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7333E3 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11551227-
CMYK0.490.7800.11
HSL261.82º75.86%54.51%-
HSV(B)261.82º77.53%89.02%-
XYZ22.1211.5673.74-
YUV90.2205.2145.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 227 (89.06% from 255) = 57.76%
R=29.26%
G=12.98%
B=57.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal115512270.490.7800.11261.8275.8654.51
Hex7333E3314E0B1064c37
Octal163633436111601340611467
Binary1110011110011111000111100011001110010111000001101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7333E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7333E3; }

 p { color: rgb(115,51,227); }

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

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

 a { background-color: rgb(115,51,227); }

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

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

 span { border-color: rgb(115,51,227); }

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