Html Css Color HEX #711AEA Blue Violet

📋 copy color: '#711AEA'

red 113 ◦ green 26 ◦ blue 234

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

Shades of Blue Violet #711AEA

Tints of Blue Violet #711AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 30.29%
G = 6.97%
B = 62.73%

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

#711AEA (or 0x711AEA) is known color: Blue Violet. HEX triplet: 71, 1A and EA. RGB value is (113,26,234). Sum of RGB (Red+Green+Blue) = 113+26+234=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #711AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AEA is #8EE515. Grayscale: #4A4A4A. Windows color (decimal): -9364758 or 15342193. OLE color: 15342193.

HSL color Cylindrical-coordinate representation of color #711AEA: hue angle of 265.1º degrees, saturation: 0.83, 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 #711AEA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 26 234 -
CMYK 0.52 0.89 0 0.08
HSL 265.1º 0.83% 0.51% -
HSV(B) 265.1º 0.89% 0.92% -
XYZ 22.03 10.19 78.65 -
YUV 75.73 217.32 154.59 -
System Red Green Blue C M Y K H S L
Decimal 113 26 234 0.52 0.89 0 0.08 265.1 0.83 0.51
Hex 71 1A EA 34 59 0 8 109 53 33
Octal 161 32 352 64 131 0 10 411 123 63
Binary 1110001 11010 11101010 110100 1011001 0 1000 100001001 1010011 110011

Color Harmonies of #711AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AEA

Black with #711AEA

Text Example


Text Example

White with #711AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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