Html Css Color HEX #7E1AAE Vivid Violet

📋 copy color: '#7E1AAE'

red 126 ◦ green 26 ◦ blue 174

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

Shades of Vivid Violet #7E1AAE

Tints of Vivid Violet #7E1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 38.65%
G = 7.98%
B = 53.37%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E1AAE (or 0x7E1AAE) is known color: Vivid Violet. HEX triplet: 7E, 1A and AE. RGB value is (126,26,174). Sum of RGB (Red+Green+Blue) = 126+26+174=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1AAE is #81E551. Grayscale: #484848. Windows color (decimal): -8512850 or 11410046. OLE color: 11410046.

HSL color Cylindrical-coordinate representation of color #7E1AAE: hue angle of 280.54º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E1AAE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 26 174 -
CMYK 0.28 0.85 0 0.32
HSL 280.54º 0.74% 0.39% -
HSV(B) 280.54º 0.85% 0.68% -
XYZ 16.61 8.23 40.76 -
YUV 72.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 126 26 174 0.28 0.85 0 0.32 280.54 0.74 0.39
Hex 7E 1A AE 1C 55 0 20 119 4A 27
Octal 176 32 256 34 125 0 40 431 112 47
Binary 1111110 11010 10101110 11100 1010101 0 100000 100011001 1001010 100111

Color Harmonies of #7E1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1AAE

Black with #7E1AAE

Text Example


Text Example

White with #7E1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,26,174); }

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

background-color css

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

 a { background-color: rgb(126,26,174); }

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

border-color css

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

 span { border-color: rgb(126,26,174); }

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