Html Css Color HEX #711FF0 Blue Violet

📋 copy color: '#711FF0'

red 113 ◦ green 31 ◦ blue 240

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

Shades of Blue Violet #711FF0

Tints of Blue Violet #711FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 29.43%
G = 8.07%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#711FF0 (or 0x711FF0) is known color: Blue Violet. HEX triplet: 71, 1F and F0. RGB value is (113,31,240). Sum of RGB (Red+Green+Blue) = 113+31+240=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #711FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FF0 is #8EE00F. Grayscale: #4E4E4E. Windows color (decimal): -9363472 or 15736689. OLE color: 15736689.

HSL color Cylindrical-coordinate representation of color #711FF0: hue angle of 263.54º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FF0 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 31 240 -
CMYK 0.53 0.87 0 0.06
HSL 263.54º 0.87% 0.53% -
HSV(B) 263.54º 0.87% 0.94% -
XYZ 23.03 10.78 83.31 -
YUV 79.34 218.67 152.01 -
System Red Green Blue C M Y K H S L
Decimal 113 31 240 0.53 0.87 0 0.06 263.54 0.87 0.53
Hex 71 1F F0 35 57 0 6 108 57 35
Octal 161 37 360 65 127 0 6 410 127 65
Binary 1110001 11111 11110000 110101 1010111 0 110 100001000 1010111 110101

Color Harmonies of #711FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FF0

Black with #711FF0

Text Example


Text Example

White with #711FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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