Html Css Color HEX #7E3493 Vivid Violet

📋 copy color: '#7E3493'

red 126 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #7E3493

Tints of Vivid Violet #7E3493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 38.77%
G = 16%
B = 45.23%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E3493 (or 0x7E3493) is known color: Vivid Violet. HEX triplet: 7E, 34 and 93. RGB value is (126,52,147). Sum of RGB (Red+Green+Blue) = 126+52+147=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E3493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3493 is #81CB6C. Grayscale: #545454. Windows color (decimal): -8506221 or 9647230. OLE color: 9647230.

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

Color convert

RGB 126 52 147 -
CMYK 0.14 0.65 0 0.42
HSL 286.74º 0.48% 0.39% -
HSV(B) 286.74º 0.65% 0.58% -
XYZ 15.1 9 28.54 -
YUV 84.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 126 52 147 0.14 0.65 0 0.42 286.74 0.48 0.39
Hex 7E 34 93 E 41 0 2A 11F 30 27
Octal 176 64 223 16 101 0 52 437 60 47
Binary 1111110 110100 10010011 1110 1000001 0 101010 100011111 110000 100111

Color Harmonies of #7E3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3493

Black with #7E3493

Text Example


Text Example

White with #7E3493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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