#7E1BFB

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

Shades of Blue Violet #7E1BFB

Tints of Blue Violet #7E1BFB

Color information

#7E1BFB (or 0x7E1BFB) is unknown color: approx Blue Violet. HEX triplet: 7E, 1B and FB. RGB value is (126,27,251). Sum of RGB (Red+Green+Blue) = 126+27+251=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E1BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1BFB is #81E404. Grayscale: #515151. Windows color (decimal): -8512517 or 16456574. OLE color: 16456574.

HSL color Cylindrical-coordinate representation of color #7E1BFB: hue angle of 266.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E1BFB is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12627251-
CMYK0.500.8900.02
HSL266.52º96.55%54.51%-
HSV(B)266.52º89.24%98.43%-
XYZ26.4112.1892.23-
YUV82.14223.3159.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 27 (10.94% from 255) = 6.68%
BLUE value IS 251 (98.44% from 255) = 62.13%
R=31.19%
G=6.68%
B=62.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal126272510.500.8900.02266.5296.5554.51
Hex7E1BFB32590210b6137
Octal17633373621310241314167
Binary1111110110111111101111001010110010101000010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,27,251); }

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

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

 a { background-color: rgb(126,27,251); }

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

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

 span { border-color: rgb(126,27,251); }

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