#7B14F0

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

Shades of Blue Violet #7B14F0

Tints of Blue Violet #7B14F0

Color information

#7B14F0 (or 0x7B14F0) is unknown color: approx Blue Violet. HEX triplet: 7B, 14 and F0. RGB value is (123,20,240). Sum of RGB (Red+Green+Blue) = 123+20+240=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B14F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B14F0 is #84EB0F. Grayscale: #4B4B4B. Windows color (decimal): -8710928 or 15733883. OLE color: 15733883.

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

Color convert

RGB12320240-
CMYK0.490.9200.06
HSL268.09º88%50.98%-
HSV(B)268.09º91.67%94.12%-
XYZ24.151183.29-
YUV75.88220.62161.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.11%
GREEN value IS 20 (8.20% from 255) = 5.22%
BLUE value IS 240 (94.14% from 255) = 62.66%
R=32.11%
G=5.22%
B=62.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal123202400.490.9200.06268.098850.98
Hex7B14F0315C0610c5833
Octal17324360611340641413063
Binary11110111010011110000110001101110001101000011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B14F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,240); }

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

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

 a { background-color: rgb(123,20,240); }

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

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

 span { border-color: rgb(123,20,240); }

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