Html Css Color HEX #7E338D Vivid Violet

📋 copy color: '#7E338D'

red 126 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #7E338D

Tints of Vivid Violet #7E338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 39.62%
G = 16.04%
B = 44.34%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E338D (or 0x7E338D) is known color: Vivid Violet. HEX triplet: 7E, 33 and 8D. RGB value is (126,51,141). Sum of RGB (Red+Green+Blue) = 126+51+141=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E338D is #81CC72. Grayscale: #535353. Windows color (decimal): -8506483 or 9253758. OLE color: 9253758.

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

Color convert

RGB 126 51 141 -
CMYK 0.11 0.64 0 0.45
HSL 290º 0.47% 0.38% -
HSV(B) 290º 0.64% 0.55% -
XYZ 14.6 8.73 26.11 -
YUV 83.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 126 51 141 0.11 0.64 0 0.45 290 0.47 0.38
Hex 7E 33 8D B 40 0 2D 122 2F 26
Octal 176 63 215 13 100 0 55 442 57 46
Binary 1111110 110011 10001101 1011 1000000 0 101101 100100010 101111 100110

Color Harmonies of #7E338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E338D

Black with #7E338D

Text Example


Text Example

White with #7E338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,51,141); }

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

background-color css

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

 a { background-color: rgb(126,51,141); }

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

border-color css

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

 span { border-color: rgb(126,51,141); }

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