Html Css Color HEX #7E1EA6 Vivid Violet

📋 copy color: '#7E1EA6'

red 126 ◦ green 30 ◦ blue 166

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

Shades of Vivid Violet #7E1EA6

Tints of Vivid Violet #7E1EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

 BLUE value IS 166 (65.23% from 255) = 51.55%

R = 39.13%
G = 9.32%
B = 51.55%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7E1EA6 (or 0x7E1EA6) is known color: Vivid Violet. HEX triplet: 7E, 1E and A6. RGB value is (126,30,166). Sum of RGB (Red+Green+Blue) = 126+30+166=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 166 (65.23% from 255 or 51.55% from 322); Max value from RGB is 166 - color contains mainly: blue. Hex color #7E1EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1EA6 is #81E159. Grayscale: #494949. Windows color (decimal): -8511834 or 10886782. OLE color: 10886782.

HSL color Cylindrical-coordinate representation of color #7E1EA6: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1EA6 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 30 166 -
CMYK 0.24 0.82 0 0.35
HSL 282.35º 0.69% 0.38% -
HSV(B) 282.35º 0.82% 0.65% -
XYZ 15.95 8.12 36.8 -
YUV 74.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 126 30 166 0.24 0.82 0 0.35 282.35 0.69 0.38
Hex 7E 1E A6 18 52 0 23 11A 45 26
Octal 176 36 246 30 122 0 43 432 105 46
Binary 1111110 11110 10100110 11000 1010010 0 100011 100011010 1000101 100110

Color Harmonies of #7E1EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1EA6

Black with #7E1EA6

Text Example


Text Example

White with #7E1EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,30,166); }

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

background-color css

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

 a { background-color: rgb(126,30,166); }

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

border-color css

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

 span { border-color: rgb(126,30,166); }

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