Html Css Color HEX #7E3699 Vivid Violet

📋 copy color: '#7E3699'

red 126 ◦ green 54 ◦ blue 153

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

Shades of Vivid Violet #7E3699

Tints of Vivid Violet #7E3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 37.84%
G = 16.22%
B = 45.95%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7E3699 (or 0x7E3699) is known color: Vivid Violet. HEX triplet: 7E, 36 and 99. RGB value is (126,54,153). Sum of RGB (Red+Green+Blue) = 126+54+153=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3699 is #81C966. Grayscale: #565656. Windows color (decimal): -8505703 or 10040958. OLE color: 10040958.

HSL color Cylindrical-coordinate representation of color #7E3699: hue angle of 283.64º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3699 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 126 54 153 -
CMYK 0.18 0.65 0 0.4
HSL 283.64º 0.48% 0.41% -
HSV(B) 283.64º 0.65% 0.6% -
XYZ 15.67 9.37 31.12 -
YUV 86.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 126 54 153 0.18 0.65 0 0.4 283.64 0.48 0.41
Hex 7E 36 99 12 41 0 28 11C 30 29
Octal 176 66 231 22 101 0 50 434 60 51
Binary 1111110 110110 10011001 10010 1000001 0 101000 100011100 110000 101001

Color Harmonies of #7E3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3699

Black with #7E3699

Text Example


Text Example

White with #7E3699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,153); }

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

background-color css

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

 a { background-color: rgb(126,54,153); }

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

border-color css

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

 span { border-color: rgb(126,54,153); }

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