Html Css Color HEX #7E199B Vivid Violet

📋 copy color: '#7E199B'

red 126 ◦ green 25 ◦ blue 155

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

Shades of Vivid Violet #7E199B

Tints of Vivid Violet #7E199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 41.18%
G = 8.17%
B = 50.65%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E199B (or 0x7E199B) is known color: Vivid Violet. HEX triplet: 7E, 19 and 9B. RGB value is (126,25,155). Sum of RGB (Red+Green+Blue) = 126+25+155=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E199B is #81E664. Grayscale: #454545. Windows color (decimal): -8513125 or 10164606. OLE color: 10164606.

HSL color Cylindrical-coordinate representation of color #7E199B: hue angle of 286.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E199B is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 25 155 -
CMYK 0.19 0.84 0 0.39
HSL 286.62º 0.72% 0.35% -
HSV(B) 286.62º 0.84% 0.61% -
XYZ 14.87 7.5 31.67 -
YUV 70.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 126 25 155 0.19 0.84 0 0.39 286.62 0.72 0.35
Hex 7E 19 9B 13 54 0 27 11F 48 23
Octal 176 31 233 23 124 0 47 437 110 43
Binary 1111110 11001 10011011 10011 1010100 0 100111 100011111 1001000 100011

Color Harmonies of #7E199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E199B

Black with #7E199B

Text Example


Text Example

White with #7E199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,155); }

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

background-color css

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

 a { background-color: rgb(126,25,155); }

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

border-color css

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

 span { border-color: rgb(126,25,155); }

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