Html Css Color HEX #7111DB Blue Violet

📋 copy color: '#7111DB'

red 113 ◦ green 17 ◦ blue 219

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

Shades of Blue Violet #7111DB

Tints of Blue Violet #7111DB

RGB

 RED value IS 113 (44.53% from 255) = 32.38%

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 32.38%
G = 4.87%
B = 62.75%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7111DB (or 0x7111DB) is known color: Blue Violet. HEX triplet: 71, 11 and DB. RGB value is (113,17,219). Sum of RGB (Red+Green+Blue) = 113+17+219=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #7111DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7111DB is #8EEE24. Grayscale: #444444. Windows color (decimal): -9367077 or 14356849. OLE color: 14356849.

HSL color Cylindrical-coordinate representation of color #7111DB: hue angle of 268.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7111DB is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 17 219 -
CMYK 0.48 0.92 0 0.14
HSL 268.51º 0.86% 0.46% -
HSV(B) 268.51º 0.92% 0.86% -
XYZ 19.8 9.03 67.72 -
YUV 68.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 113 17 219 0.48 0.92 0 0.14 268.51 0.86 0.46
Hex 71 11 DB 30 5C 0 E 10D 56 2E
Octal 161 21 333 60 134 0 16 415 126 56
Binary 1110001 10001 11011011 110000 1011100 0 1110 100001101 1010110 101110

Color Harmonies of #7111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7111DB

Black with #7111DB

Text Example


Text Example

White with #7111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7111DB; }

 p { color: rgb(113,17,219); }

 H1.HeaderClassName
 {
   color: #7111DB;
 }
 .AnyTagClassName
 {
   color: #7111DB;
 }
</style>

background-color css

<style>
 a { background-color: #7111DB; }

 a { background-color: rgb(113,17,219); }

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

border-color css

<style>
 span { border-color: #7111DB; }

 span { border-color: rgb(113,17,219); }

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