Html Css Color HEX #711BDF Blue Violet

📋 copy color: '#711BDF'

red 113 ◦ green 27 ◦ blue 223

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

Shades of Blue Violet #711BDF

Tints of Blue Violet #711BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 31.13%
G = 7.44%
B = 61.43%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#711BDF (or 0x711BDF) is known color: Blue Violet. HEX triplet: 71, 1B and DF. RGB value is (113,27,223). Sum of RGB (Red+Green+Blue) = 113+27+223=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #711BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BDF is #8EE420. Grayscale: #4A4A4A. Windows color (decimal): -9364513 or 14621553. OLE color: 14621553.

HSL color Cylindrical-coordinate representation of color #711BDF: hue angle of 266.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711BDF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 27 223 -
CMYK 0.49 0.88 0 0.13
HSL 266.33º 0.78% 0.49% -
HSV(B) 266.33º 0.88% 0.87% -
XYZ 20.52 9.62 70.59 -
YUV 75.06 211.49 155.06 -
System Red Green Blue C M Y K H S L
Decimal 113 27 223 0.49 0.88 0 0.13 266.33 0.78 0.49
Hex 71 1B DF 31 58 0 D 10A 4E 31
Octal 161 33 337 61 130 0 15 412 116 61
Binary 1110001 11011 11011111 110001 1011000 0 1101 100001010 1001110 110001

Color Harmonies of #711BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BDF

Black with #711BDF

Text Example


Text Example

White with #711BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,223); }

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

background-color css

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

 a { background-color: rgb(113,27,223); }

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

border-color css

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

 span { border-color: rgb(113,27,223); }

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