Html Css Color HEX #7E3489 Vivid Violet

📋 copy color: '#7E3489'

red 126 ◦ green 52 ◦ blue 137

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

Shades of Vivid Violet #7E3489

Tints of Vivid Violet #7E3489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 40%
G = 16.51%
B = 43.49%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E3489 (or 0x7E3489) is known color: Vivid Violet. HEX triplet: 7E, 34 and 89. RGB value is (126,52,137). Sum of RGB (Red+Green+Blue) = 126+52+137=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3489 is #81CB76. Grayscale: #535353. Windows color (decimal): -8506231 or 8991870. OLE color: 8991870.

HSL color Cylindrical-coordinate representation of color #7E3489: hue angle of 292.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3489 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 52 137 -
CMYK 0.08 0.62 0 0.46
HSL 292.24º 0.45% 0.37% -
HSV(B) 292.24º 0.62% 0.54% -
XYZ 14.35 8.7 24.59 -
YUV 83.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 126 52 137 0.08 0.62 0 0.46 292.24 0.45 0.37
Hex 7E 34 89 8 3E 0 2E 124 2D 25
Octal 176 64 211 10 76 0 56 444 55 45
Binary 1111110 110100 10001001 1000 111110 0 101110 100100100 101101 100101

Color Harmonies of #7E3489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3489

Black with #7E3489

Text Example


Text Example

White with #7E3489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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