Html Css Color HEX #7E16F0 Blue Violet

📋 copy color: '#7E16F0'

red 126 ◦ green 22 ◦ blue 240

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

Shades of Blue Violet #7E16F0

Tints of Blue Violet #7E16F0

RGB

 RED value IS 126 (49.61% from 255) = 32.47%

 GREEN value IS 22 (8.98% from 255) = 5.67%

 BLUE value IS 240 (94.14% from 255) = 61.86%

R = 32.47%
G = 5.67%
B = 61.86%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7E16F0 (or 0x7E16F0) is known color: Blue Violet. HEX triplet: 7E, 16 and F0. RGB value is (126,22,240). Sum of RGB (Red+Green+Blue) = 126+22+240=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E16F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E16F0 is #81E90F. Grayscale: #4D4D4D. Windows color (decimal): -8513808 or 15734398. OLE color: 15734398.

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

Color convert

RGB 126 22 240 -
CMYK 0.48 0.91 0 0.06
HSL 268.62º 0.88% 0.51% -
HSV(B) 268.62º 0.91% 0.94% -
XYZ 24.62 11.3 83.32 -
YUV 77.95 219.46 162.27 -
System Red Green Blue C M Y K H S L
Decimal 126 22 240 0.48 0.91 0 0.06 268.62 0.88 0.51
Hex 7E 16 F0 30 5B 0 6 10D 58 33
Octal 176 26 360 60 133 0 6 415 130 63
Binary 1111110 10110 11110000 110000 1011011 0 110 100001101 1011000 110011

Color Harmonies of #7E16F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E16F0

Black with #7E16F0

Text Example


Text Example

White with #7E16F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,22,240); }

 H1.HeaderClassName
 {
   color: #7E16F0;
 }
 .AnyTagClassName
 {
   color: #7E16F0;
 }
</style>

background-color css

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

 a { background-color: rgb(126,22,240); }

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

border-color css

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

 span { border-color: rgb(126,22,240); }

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