Html Css Color HEX #7E1EA4 Vivid Violet

📋 copy color: '#7E1EA4'

red 126 ◦ green 30 ◦ blue 164

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

Shades of Vivid Violet #7E1EA4

Tints of Vivid Violet #7E1EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 51.25%

R = 39.38%
G = 9.38%
B = 51.25%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7E1EA4 (or 0x7E1EA4) is known color: Vivid Violet. HEX triplet: 7E, 1E and A4. RGB value is (126,30,164). Sum of RGB (Red+Green+Blue) = 126+30+164=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E1EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1EA4 is #81E15B. Grayscale: #494949. Windows color (decimal): -8511836 or 10755710. OLE color: 10755710.

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

Color convert

RGB 126 30 164 -
CMYK 0.23 0.82 0 0.36
HSL 282.99º 0.69% 0.38% -
HSV(B) 282.99º 0.82% 0.64% -
XYZ 15.77 8.04 35.84 -
YUV 73.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 126 30 164 0.23 0.82 0 0.36 282.99 0.69 0.38
Hex 7E 1E A4 17 52 0 24 11B 45 26
Octal 176 36 244 27 122 0 44 433 105 46
Binary 1111110 11110 10100100 10111 1010010 0 100100 100011011 1000101 100110

Color Harmonies of #7E1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1EA4

Black with #7E1EA4

Text Example


Text Example

White with #7E1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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