Html Css Color HEX #7911BF Dark Violet

📋 copy color: '#7911BF'

red 121 ◦ green 17 ◦ blue 191

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

Shades of Dark Violet #7911BF

Tints of Dark Violet #7911BF

RGB

 RED value IS 121 (47.66% from 255) = 36.78%

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 191 (75% from 255) = 58.05%

R = 36.78%
G = 5.17%
B = 58.05%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7911BF (or 0x7911BF) is known color: Dark Violet. HEX triplet: 79, 11 and BF. RGB value is (121,17,191). Sum of RGB (Red+Green+Blue) = 121+17+191=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #7911BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7911BF is #86EE40. Grayscale: #434343. Windows color (decimal): -8842817 or 12521849. OLE color: 12521849.

HSL color Cylindrical-coordinate representation of color #7911BF: hue angle of 275.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7911BF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 17 191 -
CMYK 0.37 0.91 0 0.25
HSL 275.86º 0.84% 0.41% -
HSV(B) 275.86º 0.91% 0.75% -
XYZ 17.49 8.23 49.96 -
YUV 67.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 121 17 191 0.37 0.91 0 0.25 275.86 0.84 0.41
Hex 79 11 BF 25 5B 0 19 114 54 29
Octal 171 21 277 45 133 0 31 424 124 51
Binary 1111001 10001 10111111 100101 1011011 0 11001 100010100 1010100 101001

Color Harmonies of #7911BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7911BF

Black with #7911BF

Text Example


Text Example

White with #7911BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7911BF; }

 p { color: rgb(121,17,191); }

 H1.HeaderClassName
 {
   color: #7911BF;
 }
 .AnyTagClassName
 {
   color: #7911BF;
 }
</style>

background-color css

<style>
 a { background-color: #7911BF; }

 a { background-color: rgb(121,17,191); }

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

border-color css

<style>
 span { border-color: #7911BF; }

 span { border-color: rgb(121,17,191); }

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