Html Css Color HEX #711EEB Blue Violet

📋 copy color: '#711EEB'

red 113 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #711EEB

Tints of Blue Violet #711EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.94%

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

R = 29.89%
G = 7.94%
B = 62.17%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#711EEB (or 0x711EEB) is known color: Blue Violet. HEX triplet: 71, 1E and EB. RGB value is (113,30,235). Sum of RGB (Red+Green+Blue) = 113+30+235=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #711EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EEB is #8EE114. Grayscale: #4D4D4D. Windows color (decimal): -9363733 or 15408753. OLE color: 15408753.

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

Color convert

RGB 113 30 235 -
CMYK 0.52 0.87 0 0.08
HSL 264.29º 0.84% 0.52% -
HSV(B) 264.29º 0.87% 0.92% -
XYZ 22.27 10.44 79.44 -
YUV 78.19 216.5 152.83 -
System Red Green Blue C M Y K H S L
Decimal 113 30 235 0.52 0.87 0 0.08 264.29 0.84 0.52
Hex 71 1E EB 34 57 0 8 108 54 34
Octal 161 36 353 64 127 0 10 410 124 64
Binary 1110001 11110 11101011 110100 1010111 0 1000 100001000 1010100 110100

Color Harmonies of #711EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EEB

Black with #711EEB

Text Example


Text Example

White with #711EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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