Html Css Color HEX #711BEE Blue Violet

📋 copy color: '#711BEE'

red 113 ◦ green 27 ◦ blue 238

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

Shades of Blue Violet #711BEE

Tints of Blue Violet #711BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

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

R = 29.89%
G = 7.14%
B = 62.96%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711BEE (or 0x711BEE) is known color: Blue Violet. HEX triplet: 71, 1B and EE. RGB value is (113,27,238). Sum of RGB (Red+Green+Blue) = 113+27+238=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #711BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BEE is #8EE411. Grayscale: #4C4C4C. Windows color (decimal): -9364498 or 15604593. OLE color: 15604593.

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

Color convert

RGB 113 27 238 -
CMYK 0.53 0.89 0 0.07
HSL 264.46º 0.86% 0.52% -
HSV(B) 264.46º 0.89% 0.93% -
XYZ 22.63 10.47 81.72 -
YUV 76.77 218.99 153.84 -
System Red Green Blue C M Y K H S L
Decimal 113 27 238 0.53 0.89 0 0.07 264.46 0.86 0.52
Hex 71 1B EE 35 59 0 7 108 56 34
Octal 161 33 356 65 131 0 7 410 126 64
Binary 1110001 11011 11101110 110101 1011001 0 111 100001000 1010110 110100

Color Harmonies of #711BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BEE

Black with #711BEE

Text Example


Text Example

White with #711BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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