#7B39EF

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

Shades of Blue Violet #7B39EF

Tints of Blue Violet #7B39EF

Color information

#7B39EF (or 0x7B39EF) is unknown color: approx Blue Violet. HEX triplet: 7B, 39 and EF. RGB value is (123,57,239). Sum of RGB (Red+Green+Blue) = 123+57+239=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B39EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B39EF is #84C610. Grayscale: #606060. Windows color (decimal): -8701457 or 15677819. OLE color: 15677819.

HSL color Cylindrical-coordinate representation of color #7B39EF: hue angle of 261.76º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B39EF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12357239-
CMYK0.490.7600.06
HSL261.76º85.05%58.04%-
HSV(B)261.76º76.15%93.73%-
XYZ25.2113.3782.91-
YUV97.48207.87146.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 239 (93.75% from 255) = 57.04%
R=29.36%
G=13.60%
B=57.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal123572390.490.7600.06261.7685.0558.04
Hex7B39EF314C06106553a
Octal17371357611140640612572
Binary111101111100111101111110001100110001101000001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B39EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,239); }

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

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

 a { background-color: rgb(123,57,239); }

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

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

 span { border-color: rgb(123,57,239); }

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