Html Css Color HEX #7E2693 Vivid Violet

📋 copy color: '#7E2693'

red 126 ◦ green 38 ◦ blue 147

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

Shades of Vivid Violet #7E2693

Tints of Vivid Violet #7E2693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 40.51%
G = 12.22%
B = 47.27%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E2693 (or 0x7E2693) is known color: Vivid Violet. HEX triplet: 7E, 26 and 93. RGB value is (126,38,147). Sum of RGB (Red+Green+Blue) = 126+38+147=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E2693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2693 is #81D96C. Grayscale: #4C4C4C. Windows color (decimal): -8509805 or 9643646. OLE color: 9643646.

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

Color convert

RGB 126 38 147 -
CMYK 0.14 0.74 0 0.42
HSL 288.44º 0.59% 0.36% -
HSV(B) 288.44º 0.74% 0.58% -
XYZ 14.56 7.93 28.37 -
YUV 76.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 126 38 147 0.14 0.74 0 0.42 288.44 0.59 0.36
Hex 7E 26 93 E 4A 0 2A 120 3B 24
Octal 176 46 223 16 112 0 52 440 73 44
Binary 1111110 100110 10010011 1110 1001010 0 101010 100100000 111011 100100

Color Harmonies of #7E2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2693

Black with #7E2693

Text Example


Text Example

White with #7E2693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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