Html Css Color HEX #7E2894 Vivid Violet

📋 copy color: '#7E2894'

red 126 ◦ green 40 ◦ blue 148

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

Shades of Vivid Violet #7E2894

Tints of Vivid Violet #7E2894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 40.13%
G = 12.74%
B = 47.13%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E2894 (or 0x7E2894) is known color: Vivid Violet. HEX triplet: 7E, 28 and 94. RGB value is (126,40,148). Sum of RGB (Red+Green+Blue) = 126+40+148=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E2894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2894 is #81D76B. Grayscale: #4D4D4D. Windows color (decimal): -8509292 or 9709694. OLE color: 9709694.

HSL color Cylindrical-coordinate representation of color #7E2894: hue angle of 287.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2894 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 40 148 -
CMYK 0.15 0.73 0 0.42
HSL 287.78º 0.57% 0.37% -
HSV(B) 287.78º 0.73% 0.58% -
XYZ 14.71 8.09 28.8 -
YUV 78.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 126 40 148 0.15 0.73 0 0.42 287.78 0.57 0.37
Hex 7E 28 94 F 49 0 2A 120 39 25
Octal 176 50 224 17 111 0 52 440 71 45
Binary 1111110 101000 10010100 1111 1001001 0 101010 100100000 111001 100101

Color Harmonies of #7E2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2894

Black with #7E2894

Text Example


Text Example

White with #7E2894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,148); }

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

background-color css

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

 a { background-color: rgb(126,40,148); }

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

border-color css

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

 span { border-color: rgb(126,40,148); }

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