Html Css Color HEX #7E4682 Vivid Violet

📋 copy color: '#7E4682'

red 126 ◦ green 70 ◦ blue 130

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

Shades of Vivid Violet #7E4682

Tints of Vivid Violet #7E4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 38.65%
G = 21.47%
B = 39.88%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7E4682 (or 0x7E4682) is known color: Vivid Violet. HEX triplet: 7E, 46 and 82. RGB value is (126,70,130). Sum of RGB (Red+Green+Blue) = 126+70+130=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4682 is #81B97D. Grayscale: #5D5D5D. Windows color (decimal): -8501630 or 8537726. OLE color: 8537726.

HSL color Cylindrical-coordinate representation of color #7E4682: hue angle of 296º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4682 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 70 130 -
CMYK 0.03 0.46 0 0.49
HSL 296º 0.3% 0.39% -
HSV(B) 296º 0.46% 0.51% -
XYZ 14.82 10.43 22.35 -
YUV 93.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 126 70 130 0.03 0.46 0 0.49 296 0.3 0.39
Hex 7E 46 82 3 2E 0 31 128 1E 27
Octal 176 106 202 3 56 0 61 450 36 47
Binary 1111110 1000110 10000010 11 101110 0 110001 100101000 11110 100111

Color Harmonies of #7E4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4682

Black with #7E4682

Text Example


Text Example

White with #7E4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,70,130); }

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

background-color css

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

 a { background-color: rgb(126,70,130); }

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

border-color css

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

 span { border-color: rgb(126,70,130); }

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