Html Css Color HEX #711DEE Blue Violet

📋 copy color: '#711DEE'

red 113 ◦ green 29 ◦ blue 238

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

Shades of Blue Violet #711DEE

Tints of Blue Violet #711DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

 BLUE value IS 238 (93.36% from 255) = 62.63%

R = 29.74%
G = 7.63%
B = 62.63%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711DEE (or 0x711DEE) is known color: Blue Violet. HEX triplet: 71, 1D and EE. RGB value is (113,29,238). Sum of RGB (Red+Green+Blue) = 113+29+238=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #711DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DEE is #8EE211. Grayscale: #4D4D4D. Windows color (decimal): -9363986 or 15605105. OLE color: 15605105.

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

Color convert

RGB 113 29 238 -
CMYK 0.53 0.88 0 0.07
HSL 264.11º 0.86% 0.52% -
HSV(B) 264.11º 0.88% 0.93% -
XYZ 22.68 10.56 81.73 -
YUV 77.94 218.33 153.01 -
System Red Green Blue C M Y K H S L
Decimal 113 29 238 0.53 0.88 0 0.07 264.11 0.86 0.52
Hex 71 1D EE 35 58 0 7 108 56 34
Octal 161 35 356 65 130 0 7 410 126 64
Binary 1110001 11101 11101110 110101 1011000 0 111 100001000 1010110 110100

Color Harmonies of #711DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DEE

Black with #711DEE

Text Example


Text Example

White with #711DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,238); }

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

background-color css

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

 a { background-color: rgb(113,29,238); }

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

border-color css

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

 span { border-color: rgb(113,29,238); }

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