Html Css Color HEX #7E408E Vivid Violet

📋 copy color: '#7E408E'

red 126 ◦ green 64 ◦ blue 142

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

Shades of Vivid Violet #7E408E

Tints of Vivid Violet #7E408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 37.95%
G = 19.28%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E408E (or 0x7E408E) is known color: Vivid Violet. HEX triplet: 7E, 40 and 8E. RGB value is (126,64,142). Sum of RGB (Red+Green+Blue) = 126+64+142=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E408E is #81BF71. Grayscale: #5B5B5B. Windows color (decimal): -8503154 or 9322622. OLE color: 9322622.

HSL color Cylindrical-coordinate representation of color #7E408E: hue angle of 287.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E408E is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 64 142 -
CMYK 0.11 0.55 0 0.44
HSL 287.69º 0.38% 0.4% -
HSV(B) 287.69º 0.55% 0.56% -
XYZ 15.32 10.06 26.72 -
YUV 91.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 126 64 142 0.11 0.55 0 0.44 287.69 0.38 0.4
Hex 7E 40 8E B 37 0 2C 120 26 28
Octal 176 100 216 13 67 0 54 440 46 50
Binary 1111110 1000000 10001110 1011 110111 0 101100 100100000 100110 101000

Color Harmonies of #7E408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E408E

Black with #7E408E

Text Example


Text Example

White with #7E408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,64,142); }

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

background-color css

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

 a { background-color: rgb(126,64,142); }

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

border-color css

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

 span { border-color: rgb(126,64,142); }

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