Html Css Color HEX #711FED Blue Violet

📋 copy color: '#711FED'

red 113 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #711FED

Tints of Blue Violet #711FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 29.66%
G = 8.14%
B = 62.2%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711FED (or 0x711FED) is known color: Blue Violet. HEX triplet: 71, 1F and ED. RGB value is (113,31,237). Sum of RGB (Red+Green+Blue) = 113+31+237=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #711FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FED is #8EE012. Grayscale: #4E4E4E. Windows color (decimal): -9363475 or 15540081. OLE color: 15540081.

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

Color convert

RGB 113 31 237 -
CMYK 0.52 0.87 0 0.07
HSL 263.88º 0.85% 0.53% -
HSV(B) 263.88º 0.87% 0.93% -
XYZ 22.59 10.61 80.98 -
YUV 79 217.17 152.25 -
System Red Green Blue C M Y K H S L
Decimal 113 31 237 0.52 0.87 0 0.07 263.88 0.85 0.53
Hex 71 1F ED 34 57 0 7 108 55 35
Octal 161 37 355 64 127 0 7 410 125 65
Binary 1110001 11111 11101101 110100 1010111 0 111 100001000 1010101 110101

Color Harmonies of #711FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FED

Black with #711FED

Text Example


Text Example

White with #711FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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