Html Css Color HEX #7C379D Vivid Violet

📋 copy color: '#7C379D'

red 124 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #7C379D

Tints of Vivid Violet #7C379D

RGB

 RED value IS 124 (48.83% from 255) = 36.9%

 GREEN value IS 55 (21.88% from 255) = 16.37%

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 36.9%
G = 16.37%
B = 46.73%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C379D (or 0x7C379D) is known color: Vivid Violet. HEX triplet: 7C, 37 and 9D. RGB value is (124,55,157). Sum of RGB (Red+Green+Blue) = 124+55+157=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C379D is #83C862. Grayscale: #565656. Windows color (decimal): -8636515 or 10303356. OLE color: 10303356.

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

Color convert

RGB 124 55 157 -
CMYK 0.21 0.65 0 0.38
HSL 280.59º 0.48% 0.42% -
HSV(B) 280.59º 0.65% 0.62% -
XYZ 15.76 9.45 32.89 -
YUV 87.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 124 55 157 0.21 0.65 0 0.38 280.59 0.48 0.42
Hex 7C 37 9D 15 41 0 26 119 30 2A
Octal 174 67 235 25 101 0 46 431 60 52
Binary 1111100 110111 10011101 10101 1000001 0 100110 100011001 110000 101010

Color Harmonies of #7C379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C379D

Black with #7C379D

Text Example


Text Example

White with #7C379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,157); }

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

background-color css

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

 a { background-color: rgb(124,55,157); }

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

border-color css

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

 span { border-color: rgb(124,55,157); }

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