Html Css Color HEX #7E389C Vivid Violet

📋 copy color: '#7E389C'

red 126 ◦ green 56 ◦ blue 156

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

Shades of Vivid Violet #7E389C

Tints of Vivid Violet #7E389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 37.28%
G = 16.57%
B = 46.15%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E389C (or 0x7E389C) is known color: Vivid Violet. HEX triplet: 7E, 38 and 9C. RGB value is (126,56,156). Sum of RGB (Red+Green+Blue) = 126+56+156=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E389C is #81C763. Grayscale: #585858. Windows color (decimal): -8505188 or 10238078. OLE color: 10238078.

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

Color convert

RGB 126 56 156 -
CMYK 0.19 0.64 0 0.39
HSL 282º 0.47% 0.42% -
HSV(B) 282º 0.64% 0.61% -
XYZ 16.02 9.66 32.47 -
YUV 88.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 126 56 156 0.19 0.64 0 0.39 282 0.47 0.42
Hex 7E 38 9C 13 40 0 27 11A 2F 2A
Octal 176 70 234 23 100 0 47 432 57 52
Binary 1111110 111000 10011100 10011 1000000 0 100111 100011010 101111 101010

Color Harmonies of #7E389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E389C

Black with #7E389C

Text Example


Text Example

White with #7E389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,56,156); }

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

background-color css

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

 a { background-color: rgb(126,56,156); }

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

border-color css

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

 span { border-color: rgb(126,56,156); }

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