Html Css Color HEX #711BEB Blue Violet

📋 copy color: '#711BEB'

red 113 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #711BEB

Tints of Blue Violet #711BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 30.13%
G = 7.2%
B = 62.67%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#711BEB (or 0x711BEB) is known color: Blue Violet. HEX triplet: 71, 1B and EB. RGB value is (113,27,235). Sum of RGB (Red+Green+Blue) = 113+27+235=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #711BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BEB is #8EE414. Grayscale: #4B4B4B. Windows color (decimal): -9364501 or 15407985. OLE color: 15407985.

HSL color Cylindrical-coordinate representation of color #711BEB: hue angle of 264.81º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711BEB is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 27 235 -
CMYK 0.52 0.89 0 0.08
HSL 264.81º 0.84% 0.51% -
HSV(B) 264.81º 0.89% 0.92% -
XYZ 22.2 10.29 79.41 -
YUV 76.43 217.49 154.09 -
System Red Green Blue C M Y K H S L
Decimal 113 27 235 0.52 0.89 0 0.08 264.81 0.84 0.51
Hex 71 1B EB 34 59 0 8 109 54 33
Octal 161 33 353 64 131 0 10 411 124 63
Binary 1110001 11011 11101011 110100 1011001 0 1000 100001001 1010100 110011

Color Harmonies of #711BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BEB

Black with #711BEB

Text Example


Text Example

White with #711BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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