Html Css Color HEX #711FE6 Blue Violet

📋 copy color: '#711FE6'

red 113 ◦ green 31 ◦ blue 230

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

Shades of Blue Violet #711FE6

Tints of Blue Violet #711FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.5%

R = 30.21%
G = 8.29%
B = 61.5%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#711FE6 (or 0x711FE6) is known color: Blue Violet. HEX triplet: 71, 1F and E6. RGB value is (113,31,230). Sum of RGB (Red+Green+Blue) = 113+31+230=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #711FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FE6 is #8EE019. Grayscale: #4D4D4D. Windows color (decimal): -9363482 or 15081329. OLE color: 15081329.

HSL color Cylindrical-coordinate representation of color #711FE6: hue angle of 264.72º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FE6 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 31 230 -
CMYK 0.51 0.87 0 0.10
HSL 264.72º 0.8% 0.51% -
HSV(B) 264.72º 0.87% 0.9% -
XYZ 21.58 10.2 75.69 -
YUV 78.2 213.67 152.82 -
System Red Green Blue C M Y K H S L
Decimal 113 31 230 0.51 0.87 0 0.10 264.72 0.8 0.51
Hex 71 1F E6 33 57 0 A 109 50 33
Octal 161 37 346 63 127 0 12 411 120 63
Binary 1110001 11111 11100110 110011 1010111 0 1010 100001001 1010000 110011

Color Harmonies of #711FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FE6

Black with #711FE6

Text Example


Text Example

White with #711FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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