Html Css Color HEX #7E2190 Vivid Violet

📋 copy color: '#7E2190'

red 126 ◦ green 33 ◦ blue 144

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

Shades of Vivid Violet #7E2190

Tints of Vivid Violet #7E2190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 41.58%
G = 10.89%
B = 47.52%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E2190 (or 0x7E2190) is known color: Vivid Violet. HEX triplet: 7E, 21 and 90. RGB value is (126,33,144). Sum of RGB (Red+Green+Blue) = 126+33+144=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2190 is #81DE6F. Grayscale: #494949. Windows color (decimal): -8511088 or 9445758. OLE color: 9445758.

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

Color convert

RGB 126 33 144 -
CMYK 0.12 0.77 0 0.44
HSL 290.27º 0.63% 0.35% -
HSV(B) 290.27º 0.77% 0.56% -
XYZ 14.18 7.54 27.09 -
YUV 73.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 126 33 144 0.12 0.77 0 0.44 290.27 0.63 0.35
Hex 7E 21 90 C 4D 0 2C 122 3F 23
Octal 176 41 220 14 115 0 54 442 77 43
Binary 1111110 100001 10010000 1100 1001101 0 101100 100100010 111111 100011

Color Harmonies of #7E2190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2190

Black with #7E2190

Text Example


Text Example

White with #7E2190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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