Html Css Color HEX #711DDB Blue Violet

📋 copy color: '#711DDB'

red 113 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #711DDB

Tints of Blue Violet #711DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

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

R = 31.3%
G = 8.03%
B = 60.66%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#711DDB (or 0x711DDB) is known color: Blue Violet. HEX triplet: 71, 1D and DB. RGB value is (113,29,219). Sum of RGB (Red+Green+Blue) = 113+29+219=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #711DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DDB is #8EE224. Grayscale: #4B4B4B. Windows color (decimal): -9364005 or 14359921. OLE color: 14359921.

HSL color Cylindrical-coordinate representation of color #711DDB: hue angle of 266.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711DDB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 29 219 -
CMYK 0.48 0.87 0 0.14
HSL 266.53º 0.77% 0.49% -
HSV(B) 266.53º 0.87% 0.86% -
XYZ 20.04 9.5 67.8 -
YUV 75.78 208.83 154.55 -
System Red Green Blue C M Y K H S L
Decimal 113 29 219 0.48 0.87 0 0.14 266.53 0.77 0.49
Hex 71 1D DB 30 57 0 E 10B 4D 31
Octal 161 35 333 60 127 0 16 413 115 61
Binary 1110001 11101 11011011 110000 1010111 0 1110 100001011 1001101 110001

Color Harmonies of #711DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DDB

Black with #711DDB

Text Example


Text Example

White with #711DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711DDB; }

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

 H1.HeaderClassName
 {
   color: #711DDB;
 }
 .AnyTagClassName
 {
   color: #711DDB;
 }
</style>

background-color css

<style>
 a { background-color: #711DDB; }

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

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

border-color css

<style>
 span { border-color: #711DDB; }

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

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