Html Css Color HEX #7E1FC6 Blue Violet

📋 copy color: '#7E1FC6'

red 126 ◦ green 31 ◦ blue 198

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

Shades of Blue Violet #7E1FC6

Tints of Blue Violet #7E1FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 198 (77.73% from 255) = 55.77%

R = 35.49%
G = 8.73%
B = 55.77%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7E1FC6 (or 0x7E1FC6) is known color: Blue Violet. HEX triplet: 7E, 1F and C6. RGB value is (126,31,198). Sum of RGB (Red+Green+Blue) = 126+31+198=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #7E1FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1FC6 is #81E039. Grayscale: #4D4D4D. Windows color (decimal): -8511546 or 12984190. OLE color: 12984190.

HSL color Cylindrical-coordinate representation of color #7E1FC6: hue angle of 274.13º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1FC6 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 126 31 198 -
CMYK 0.36 0.84 0 0.22
HSL 274.13º 0.73% 0.45% -
HSV(B) 274.13º 0.84% 0.78% -
XYZ 19.29 9.49 54.24 -
YUV 78.44 195.47 161.92 -
System Red Green Blue C M Y K H S L
Decimal 126 31 198 0.36 0.84 0 0.22 274.13 0.73 0.45
Hex 7E 1F C6 24 54 0 16 112 49 2D
Octal 176 37 306 44 124 0 26 422 111 55
Binary 1111110 11111 11000110 100100 1010100 0 10110 100010010 1001001 101101

Color Harmonies of #7E1FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1FC6

Black with #7E1FC6

Text Example


Text Example

White with #7E1FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,31,198); }

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

background-color css

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

 a { background-color: rgb(126,31,198); }

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

border-color css

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

 span { border-color: rgb(126,31,198); }

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