Html Css Color HEX #7E1BFB Blue Violet

📋 copy color: '#7E1BFB'

red 126 ◦ green 27 ◦ blue 251

#7E1BFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7E1BFB

Tints of Blue Violet #7E1BFB

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 value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E1BFB (or 0x7E1BFB) is known color: 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

RGB 126 27 251 -
CMYK 0.50 0.89 0 0.02
HSL 266.52º 0.97% 0.55% -
HSV(B) 266.52º 0.89% 0.98% -
XYZ 26.41 12.18 92.23 -
YUV 82.14 223.3 159.29 -
System Red Green Blue C M Y K H S L
Decimal 126 27 251 0.50 0.89 0 0.02 266.52 0.97 0.55
Hex 7E 1B FB 32 59 0 2 10B 61 37
Octal 176 33 373 62 131 0 2 413 141 67
Binary 1111110 11011 11111011 110010 1011001 0 10 100001011 1100001 110111

Color Harmonies of #7E1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1BFB

Black with #7E1BFB

Text Example


Text Example

White with #7E1BFB

Text Example


Text Example

HTML Codes & Css Web 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>