Html Css Color HEX #7E4794 Vivid Violet

📋 copy color: '#7E4794'

red 126 ◦ green 71 ◦ blue 148

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

Shades of Vivid Violet #7E4794

Tints of Vivid Violet #7E4794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 36.52%
G = 20.58%
B = 42.9%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E4794 (or 0x7E4794) is known color: Vivid Violet. HEX triplet: 7E, 47 and 94. RGB value is (126,71,148). Sum of RGB (Red+Green+Blue) = 126+71+148=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E4794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4794 is #81B86B. Grayscale: #5F5F5F. Windows color (decimal): -8501356 or 9717630. OLE color: 9717630.

HSL color Cylindrical-coordinate representation of color #7E4794: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E4794 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 71 148 -
CMYK 0.15 0.52 0 0.42
HSL 282.86º 0.35% 0.43% -
HSV(B) 282.86º 0.52% 0.58% -
XYZ 16.2 11.08 29.3 -
YUV 96.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 126 71 148 0.15 0.52 0 0.42 282.86 0.35 0.43
Hex 7E 47 94 F 34 0 2A 11B 23 2B
Octal 176 107 224 17 64 0 52 433 43 53
Binary 1111110 1000111 10010100 1111 110100 0 101010 100011011 100011 101011

Color Harmonies of #7E4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4794

Black with #7E4794

Text Example


Text Example

White with #7E4794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,71,148); }

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

background-color css

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

 a { background-color: rgb(126,71,148); }

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

border-color css

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

 span { border-color: rgb(126,71,148); }

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