Html Css Color HEX #7E14AC Vivid Violet

📋 copy color: '#7E14AC'

red 126 ◦ green 20 ◦ blue 172

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

Shades of Vivid Violet #7E14AC

Tints of Vivid Violet #7E14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

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

R = 39.62%
G = 6.29%
B = 54.09%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E14AC (or 0x7E14AC) is known color: Vivid Violet. HEX triplet: 7E, 14 and AC. RGB value is (126,20,172). Sum of RGB (Red+Green+Blue) = 126+20+172=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E14AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E14AC is #81EB53. Grayscale: #444444. Windows color (decimal): -8514388 or 11277438. OLE color: 11277438.

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

Color convert

RGB 126 20 172 -
CMYK 0.27 0.88 0 0.33
HSL 281.84º 0.79% 0.38% -
HSV(B) 281.84º 0.88% 0.67% -
XYZ 16.3 7.91 39.7 -
YUV 69.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 126 20 172 0.27 0.88 0 0.33 281.84 0.79 0.38
Hex 7E 14 AC 1B 58 0 21 11A 4F 26
Octal 176 24 254 33 130 0 41 432 117 46
Binary 1111110 10100 10101100 11011 1011000 0 100001 100011010 1001111 100110

Color Harmonies of #7E14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E14AC

Black with #7E14AC

Text Example


Text Example

White with #7E14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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