Html Css Color HEX #7E1AAC Vivid Violet

📋 copy color: '#7E1AAC'

red 126 ◦ green 26 ◦ blue 172

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

Shades of Vivid Violet #7E1AAC

Tints of Vivid Violet #7E1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 38.89%
G = 8.02%
B = 53.09%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E1AAC (or 0x7E1AAC) is known color: Vivid Violet. HEX triplet: 7E, 1A and AC. RGB value is (126,26,172). Sum of RGB (Red+Green+Blue) = 126+26+172=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E1AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1AAC is #81E553. Grayscale: #484848. Windows color (decimal): -8512852 or 11278974. OLE color: 11278974.

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

Color convert

RGB 126 26 172 -
CMYK 0.27 0.85 0 0.33
HSL 281.1º 0.74% 0.39% -
HSV(B) 281.1º 0.85% 0.67% -
XYZ 16.42 8.15 39.74 -
YUV 72.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 126 26 172 0.27 0.85 0 0.33 281.1 0.74 0.39
Hex 7E 1A AC 1B 55 0 21 119 4A 27
Octal 176 32 254 33 125 0 41 431 112 47
Binary 1111110 11010 10101100 11011 1010101 0 100001 100011001 1001010 100111

Color Harmonies of #7E1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1AAC

Black with #7E1AAC

Text Example


Text Example

White with #7E1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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