Html Css Color HEX #7E1990 Vivid Violet

📋 copy color: '#7E1990'

red 126 ◦ green 25 ◦ blue 144

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

Shades of Vivid Violet #7E1990

Tints of Vivid Violet #7E1990

RGB

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

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

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

R = 42.71%
G = 8.47%
B = 48.81%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E1990 (or 0x7E1990) is known color: Vivid Violet. HEX triplet: 7E, 19 and 90. RGB value is (126,25,144). Sum of RGB (Red+Green+Blue) = 126+25+144=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1990 is #81E66F. Grayscale: #444444. Windows color (decimal): -8513136 or 9443710. OLE color: 9443710.

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

Color convert

RGB 126 25 144 -
CMYK 0.12 0.83 0 0.44
HSL 290.92º 0.7% 0.33% -
HSV(B) 290.92º 0.83% 0.56% -
XYZ 13.99 7.14 27.03 -
YUV 68.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 126 25 144 0.12 0.83 0 0.44 290.92 0.7 0.33
Hex 7E 19 90 C 53 0 2C 123 46 21
Octal 176 31 220 14 123 0 54 443 106 41
Binary 1111110 11001 10010000 1100 1010011 0 101100 100100011 1000110 100001

Color Harmonies of #7E1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1990

Black with #7E1990

Text Example


Text Example

White with #7E1990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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