#7B19EF

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

Shades of Blue Violet #7B19EF

Tints of Blue Violet #7B19EF

Color information

#7B19EF (or 0x7B19EF) is unknown color: approx Blue Violet. HEX triplet: 7B, 19 and EF. RGB value is (123,25,239). Sum of RGB (Red+Green+Blue) = 123+25+239=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B19EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B19EF is #84E610. Grayscale: #4D4D4D. Windows color (decimal): -8709649 or 15669627. OLE color: 15669627.

HSL color Cylindrical-coordinate representation of color #7B19EF: hue angle of 267.48º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B19EF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12325239-
CMYK0.490.9000.06
HSL267.48º86.99%51.76%-
HSV(B)267.48º89.54%93.73%-
XYZ24.111.1482.54-
YUV78.7218.47159.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 239 (93.75% from 255) = 61.76%
R=31.78%
G=6.46%
B=61.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal123252390.490.9000.06267.4886.9951.76
Hex7B19EF315A0610b5734
Octal17331357611320641312764
Binary11110111100111101111110001101101001101000010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B19EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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