Html Css Color HEX #7C4191 Vivid Violet

📋 copy color: '#7C4191'

red 124 ◦ green 65 ◦ blue 145

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

Shades of Vivid Violet #7C4191

Tints of Vivid Violet #7C4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 37.13%
G = 19.46%
B = 43.41%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C4191 (or 0x7C4191) is known color: Vivid Violet. HEX triplet: 7C, 41 and 91. RGB value is (124,65,145). Sum of RGB (Red+Green+Blue) = 124+65+145=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4191 is #83BE6E. Grayscale: #5B5B5B. Windows color (decimal): -8633967 or 9519484. OLE color: 9519484.

HSL color Cylindrical-coordinate representation of color #7C4191: hue angle of 284.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4191 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 65 145 -
CMYK 0.14 0.55 0 0.43
HSL 284.25º 0.38% 0.41% -
HSV(B) 284.25º 0.55% 0.57% -
XYZ 15.31 10.11 27.93 -
YUV 91.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 124 65 145 0.14 0.55 0 0.43 284.25 0.38 0.41
Hex 7C 41 91 E 37 0 2B 11C 26 29
Octal 174 101 221 16 67 0 53 434 46 51
Binary 1111100 1000001 10010001 1110 110111 0 101011 100011100 100110 101001

Color Harmonies of #7C4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4191

Black with #7C4191

Text Example


Text Example

White with #7C4191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,145); }

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

background-color css

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

 a { background-color: rgb(124,65,145); }

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

border-color css

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

 span { border-color: rgb(124,65,145); }

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