Html Css Color HEX #7E16EC Blue Violet

📋 copy color: '#7E16EC'

red 126 ◦ green 22 ◦ blue 236

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

Shades of Blue Violet #7E16EC

Tints of Blue Violet #7E16EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.46%

R = 32.81%
G = 5.73%
B = 61.46%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E16EC (or 0x7E16EC) is known color: Blue Violet. HEX triplet: 7E, 16 and EC. RGB value is (126,22,236). Sum of RGB (Red+Green+Blue) = 126+22+236=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E16EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E16EC is #81E913. Grayscale: #4C4C4C. Windows color (decimal): -8513812 or 15472254. OLE color: 15472254.

HSL color Cylindrical-coordinate representation of color #7E16EC: hue angle of 269.16º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E16EC is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 22 236 -
CMYK 0.47 0.91 0 0.07
HSL 269.16º 0.85% 0.51% -
HSV(B) 269.16º 0.91% 0.93% -
XYZ 24.03 11.07 80.23 -
YUV 77.49 217.46 162.6 -
System Red Green Blue C M Y K H S L
Decimal 126 22 236 0.47 0.91 0 0.07 269.16 0.85 0.51
Hex 7E 16 EC 2F 5B 0 7 10D 55 33
Octal 176 26 354 57 133 0 7 415 125 63
Binary 1111110 10110 11101100 101111 1011011 0 111 100001101 1010101 110011

Color Harmonies of #7E16EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E16EC

Black with #7E16EC

Text Example


Text Example

White with #7E16EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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