Html Css Color HEX #7E4084 Vivid Violet

📋 copy color: '#7E4084'

red 126 ◦ green 64 ◦ blue 132

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

Shades of Vivid Violet #7E4084

Tints of Vivid Violet #7E4084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 39.13%
G = 19.88%
B = 40.99%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7E4084 (or 0x7E4084) is known color: Vivid Violet. HEX triplet: 7E, 40 and 84. RGB value is (126,64,132). Sum of RGB (Red+Green+Blue) = 126+64+132=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4084 is #81BF7B. Grayscale: #5A5A5A. Windows color (decimal): -8503164 or 8667262. OLE color: 8667262.

HSL color Cylindrical-coordinate representation of color #7E4084: hue angle of 294.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E4084 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 64 132 -
CMYK 0.05 0.52 0 0.48
HSL 294.71º 0.35% 0.38% -
HSV(B) 294.71º 0.52% 0.52% -
XYZ 14.6 9.77 22.95 -
YUV 90.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 126 64 132 0.05 0.52 0 0.48 294.71 0.35 0.38
Hex 7E 40 84 5 34 0 30 127 23 26
Octal 176 100 204 5 64 0 60 447 43 46
Binary 1111110 1000000 10000100 101 110100 0 110000 100100111 100011 100110

Color Harmonies of #7E4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4084

Black with #7E4084

Text Example


Text Example

White with #7E4084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,64,132); }

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

background-color css

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

 a { background-color: rgb(126,64,132); }

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

border-color css

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

 span { border-color: rgb(126,64,132); }

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