Html Css Color HEX #7E328E Vivid Violet

📋 copy color: '#7E328E'

red 126 ◦ green 50 ◦ blue 142

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

Shades of Vivid Violet #7E328E

Tints of Vivid Violet #7E328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 39.62%
G = 15.72%
B = 44.65%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E328E (or 0x7E328E) is known color: Vivid Violet. HEX triplet: 7E, 32 and 8E. RGB value is (126,50,142). Sum of RGB (Red+Green+Blue) = 126+50+142=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E328E is #81CD71. Grayscale: #525252. Windows color (decimal): -8506738 or 9319038. OLE color: 9319038.

HSL color Cylindrical-coordinate representation of color #7E328E: hue angle of 289.57º 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 #7E328E is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 50 142 -
CMYK 0.11 0.65 0 0.44
HSL 289.57º 0.48% 0.38% -
HSV(B) 289.57º 0.65% 0.56% -
XYZ 14.63 8.67 26.49 -
YUV 83.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 126 50 142 0.11 0.65 0 0.44 289.57 0.48 0.38
Hex 7E 32 8E B 41 0 2C 122 30 26
Octal 176 62 216 13 101 0 54 442 60 46
Binary 1111110 110010 10001110 1011 1000001 0 101100 100100010 110000 100110

Color Harmonies of #7E328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E328E

Black with #7E328E

Text Example


Text Example

White with #7E328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,50,142); }

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

background-color css

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

 a { background-color: rgb(126,50,142); }

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

border-color css

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

 span { border-color: rgb(126,50,142); }

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