Html Css Color HEX #7E399E Vivid Violet

📋 copy color: '#7E399E'

red 126 ◦ green 57 ◦ blue 158

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

Shades of Vivid Violet #7E399E

Tints of Vivid Violet #7E399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 158 (62.11% from 255) = 46.33%

R = 36.95%
G = 16.72%
B = 46.33%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E399E (or 0x7E399E) is known color: Vivid Violet. HEX triplet: 7E, 39 and 9E. RGB value is (126,57,158). Sum of RGB (Red+Green+Blue) = 126+57+158=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E399E is #81C661. Grayscale: #585858. Windows color (decimal): -8504930 or 10369406. OLE color: 10369406.

HSL color Cylindrical-coordinate representation of color #7E399E: hue angle of 280.99º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E399E is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 57 158 -
CMYK 0.20 0.64 0 0.38
HSL 280.99º 0.47% 0.42% -
HSV(B) 280.99º 0.64% 0.62% -
XYZ 16.24 9.83 33.39 -
YUV 89.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 126 57 158 0.20 0.64 0 0.38 280.99 0.47 0.42
Hex 7E 39 9E 14 40 0 26 119 2F 2A
Octal 176 71 236 24 100 0 46 431 57 52
Binary 1111110 111001 10011110 10100 1000000 0 100110 100011001 101111 101010

Color Harmonies of #7E399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E399E

Black with #7E399E

Text Example


Text Example

White with #7E399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,57,158); }

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

background-color css

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

 a { background-color: rgb(126,57,158); }

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

border-color css

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

 span { border-color: rgb(126,57,158); }

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