Html Css Color HEX #7E2496 Vivid Violet

📋 copy color: '#7E2496'

red 126 ◦ green 36 ◦ blue 150

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

Shades of Vivid Violet #7E2496

Tints of Vivid Violet #7E2496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 40.38%
G = 11.54%
B = 48.08%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7E2496 (or 0x7E2496) is known color: Vivid Violet. HEX triplet: 7E, 24 and 96. RGB value is (126,36,150). Sum of RGB (Red+Green+Blue) = 126+36+150=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E2496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2496 is #81DB69. Grayscale: #4B4B4B. Windows color (decimal): -8510314 or 9839742. OLE color: 9839742.

HSL color Cylindrical-coordinate representation of color #7E2496: hue angle of 287.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E2496 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 36 150 -
CMYK 0.16 0.76 0 0.41
HSL 287.37º 0.61% 0.36% -
HSV(B) 287.37º 0.76% 0.59% -
XYZ 14.74 7.9 29.6 -
YUV 75.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 126 36 150 0.16 0.76 0 0.41 287.37 0.61 0.36
Hex 7E 24 96 10 4C 0 29 11F 3D 24
Octal 176 44 226 20 114 0 51 437 75 44
Binary 1111110 100100 10010110 10000 1001100 0 101001 100011111 111101 100100

Color Harmonies of #7E2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2496

Black with #7E2496

Text Example


Text Example

White with #7E2496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,36,150); }

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

background-color css

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

 a { background-color: rgb(126,36,150); }

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

border-color css

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

 span { border-color: rgb(126,36,150); }

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