Html Css Color HEX #7E3390 Vivid Violet

📋 copy color: '#7E3390'

red 126 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #7E3390

Tints of Vivid Violet #7E3390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 39.25%
G = 15.89%
B = 44.86%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E3390 (or 0x7E3390) is known color: Vivid Violet. HEX triplet: 7E, 33 and 90. RGB value is (126,51,144). Sum of RGB (Red+Green+Blue) = 126+51+144=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E3390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3390 is #81CC6F. Grayscale: #535353. Windows color (decimal): -8506480 or 9450366. OLE color: 9450366.

HSL color Cylindrical-coordinate representation of color #7E3390: hue angle of 288.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3390 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 51 144 -
CMYK 0.12 0.65 0 0.44
HSL 288.39º 0.48% 0.38% -
HSV(B) 288.39º 0.65% 0.56% -
XYZ 14.82 8.82 27.31 -
YUV 84.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 126 51 144 0.12 0.65 0 0.44 288.39 0.48 0.38
Hex 7E 33 90 C 41 0 2C 120 30 26
Octal 176 63 220 14 101 0 54 440 60 46
Binary 1111110 110011 10010000 1100 1000001 0 101100 100100000 110000 100110

Color Harmonies of #7E3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3390

Black with #7E3390

Text Example


Text Example

White with #7E3390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,51,144); }

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

background-color css

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

 a { background-color: rgb(126,51,144); }

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

border-color css

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

 span { border-color: rgb(126,51,144); }

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