Html Css Color HEX #711FE3 Blue Violet

📋 copy color: '#711FE3'

red 113 ◦ green 31 ◦ blue 227

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

Shades of Blue Violet #711FE3

Tints of Blue Violet #711FE3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.36%

 BLUE value IS 227 (89.06% from 255) = 61.19%

R = 30.46%
G = 8.36%
B = 61.19%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#711FE3 (or 0x711FE3) is known color: Blue Violet. HEX triplet: 71, 1F and E3. RGB value is (113,31,227). Sum of RGB (Red+Green+Blue) = 113+31+227=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #711FE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FE3 is #8EE01C. Grayscale: #4D4D4D. Windows color (decimal): -9363485 or 14884721. OLE color: 14884721.

HSL color Cylindrical-coordinate representation of color #711FE3: hue angle of 265.1º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711FE3 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 31 227 -
CMYK 0.50 0.86 0 0.11
HSL 265.1º 0.78% 0.51% -
HSV(B) 265.1º 0.86% 0.89% -
XYZ 21.17 10.04 73.49 -
YUV 77.86 212.17 153.06 -
System Red Green Blue C M Y K H S L
Decimal 113 31 227 0.50 0.86 0 0.11 265.1 0.78 0.51
Hex 71 1F E3 32 56 0 B 109 4E 33
Octal 161 37 343 62 126 0 13 411 116 63
Binary 1110001 11111 11100011 110010 1010110 0 1011 100001001 1001110 110011

Color Harmonies of #711FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FE3

Black with #711FE3

Text Example


Text Example

White with #711FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,31,227); }

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

background-color css

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

 a { background-color: rgb(113,31,227); }

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

border-color css

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

 span { border-color: rgb(113,31,227); }

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