Html Css Color HEX #7E3E9B Vivid Violet

📋 copy color: '#7E3E9B'

red 126 ◦ green 62 ◦ blue 155

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

Shades of Vivid Violet #7E3E9B

Tints of Vivid Violet #7E3E9B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 36.73%
G = 18.08%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E3E9B (or 0x7E3E9B) is known color: Vivid Violet. HEX triplet: 7E, 3E and 9B. RGB value is (126,62,155). Sum of RGB (Red+Green+Blue) = 126+62+155=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E3E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3E9B is #81C164. Grayscale: #5B5B5B. Windows color (decimal): -8503653 or 10174078. OLE color: 10174078.

HSL color Cylindrical-coordinate representation of color #7E3E9B: hue angle of 281.29º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3E9B is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 62 155 -
CMYK 0.19 0.6 0 0.39
HSL 281.29º 0.43% 0.43% -
HSV(B) 281.29º 0.6% 0.61% -
XYZ 16.24 10.25 32.13 -
YUV 91.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 126 62 155 0.19 0.6 0 0.39 281.29 0.43 0.43
Hex 7E 3E 9B 13 3C 0 27 119 2B 2B
Octal 176 76 233 23 74 0 47 431 53 53
Binary 1111110 111110 10011011 10011 111100 0 100111 100011001 101011 101011

Color Harmonies of #7E3E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3E9B

Black with #7E3E9B

Text Example


Text Example

White with #7E3E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,62,155); }

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

background-color css

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

 a { background-color: rgb(126,62,155); }

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

border-color css

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

 span { border-color: rgb(126,62,155); }

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