Html Css Color HEX #7E19AC Vivid Violet

📋 copy color: '#7E19AC'

red 126 ◦ green 25 ◦ blue 172

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

Shades of Vivid Violet #7E19AC

Tints of Vivid Violet #7E19AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 39.01%
G = 7.74%
B = 53.25%

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

#7E19AC (or 0x7E19AC) is known color: Vivid Violet. HEX triplet: 7E, 19 and AC. RGB value is (126,25,172). Sum of RGB (Red+Green+Blue) = 126+25+172=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E19AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E19AC is #81E653. Grayscale: #474747. Windows color (decimal): -8513108 or 11278718. OLE color: 11278718.

HSL color Cylindrical-coordinate representation of color #7E19AC: hue angle of 281.22º degrees, saturation: 0.75, 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 #7E19AC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 25 172 -
CMYK 0.27 0.85 0 0.33
HSL 281.22º 0.75% 0.39% -
HSV(B) 281.22º 0.85% 0.67% -
XYZ 16.4 8.11 39.73 -
YUV 71.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 126 25 172 0.27 0.85 0 0.33 281.22 0.75 0.39
Hex 7E 19 AC 1B 55 0 21 119 4B 27
Octal 176 31 254 33 125 0 41 431 113 47
Binary 1111110 11001 10101100 11011 1010101 0 100001 100011001 1001011 100111

Color Harmonies of #7E19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E19AC

Black with #7E19AC

Text Example


Text Example

White with #7E19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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