Html Css Color HEX #7E2493 Vivid Violet

📋 copy color: '#7E2493'

red 126 ◦ green 36 ◦ blue 147

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

Shades of Vivid Violet #7E2493

Tints of Vivid Violet #7E2493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 40.78%
G = 11.65%
B = 47.57%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E2493 (or 0x7E2493) is known color: Vivid Violet. HEX triplet: 7E, 24 and 93. RGB value is (126,36,147). Sum of RGB (Red+Green+Blue) = 126+36+147=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E2493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2493 is #81DB6C. Grayscale: #4B4B4B. Windows color (decimal): -8510317 or 9643134. OLE color: 9643134.

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

Color convert

RGB 126 36 147 -
CMYK 0.14 0.76 0 0.42
HSL 288.65º 0.61% 0.36% -
HSV(B) 288.65º 0.76% 0.58% -
XYZ 14.5 7.8 28.35 -
YUV 75.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 126 36 147 0.14 0.76 0 0.42 288.65 0.61 0.36
Hex 7E 24 93 E 4C 0 2A 121 3D 24
Octal 176 44 223 16 114 0 52 441 75 44
Binary 1111110 100100 10010011 1110 1001100 0 101010 100100001 111101 100100

Color Harmonies of #7E2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2493

Black with #7E2493

Text Example


Text Example

White with #7E2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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