Html Css Color HEX #711AEC Blue Violet

📋 copy color: '#711AEC'

red 113 ◦ green 26 ◦ blue 236

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

Shades of Blue Violet #711AEC

Tints of Blue Violet #711AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 30.13%
G = 6.93%
B = 62.93%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711AEC (or 0x711AEC) is known color: Blue Violet. HEX triplet: 71, 1A and EC. RGB value is (113,26,236). Sum of RGB (Red+Green+Blue) = 113+26+236=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #711AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AEC is #8EE513. Grayscale: #4B4B4B. Windows color (decimal): -9364756 or 15473265. OLE color: 15473265.

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

Color convert

RGB 113 26 236 -
CMYK 0.52 0.89 0 0.07
HSL 264.86º 0.85% 0.51% -
HSV(B) 264.86º 0.89% 0.93% -
XYZ 22.32 10.31 80.17 -
YUV 75.95 218.32 154.42 -
System Red Green Blue C M Y K H S L
Decimal 113 26 236 0.52 0.89 0 0.07 264.86 0.85 0.51
Hex 71 1A EC 34 59 0 7 109 55 33
Octal 161 32 354 64 131 0 7 411 125 63
Binary 1110001 11010 11101100 110100 1011001 0 111 100001001 1010101 110011

Color Harmonies of #711AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AEC

Black with #711AEC

Text Example


Text Example

White with #711AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,236); }

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

background-color css

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

 a { background-color: rgb(113,26,236); }

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

border-color css

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

 span { border-color: rgb(113,26,236); }

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