Html Css Color HEX #711EEA Blue Violet

📋 copy color: '#711EEA'

red 113 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #711EEA

Tints of Blue Violet #711EEA

RGB

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

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

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

R = 29.97%
G = 7.96%
B = 62.07%

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

#711EEA (or 0x711EEA) is known color: Blue Violet. HEX triplet: 71, 1E and EA. RGB value is (113,30,234). Sum of RGB (Red+Green+Blue) = 113+30+234=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #711EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EEA is #8EE115. Grayscale: #4D4D4D. Windows color (decimal): -9363734 or 15343217. OLE color: 15343217.

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

Color convert

RGB 113 30 234 -
CMYK 0.52 0.87 0 0.08
HSL 264.41º 0.83% 0.52% -
HSV(B) 264.41º 0.87% 0.92% -
XYZ 22.13 10.38 78.68 -
YUV 78.07 216 152.91 -
System Red Green Blue C M Y K H S L
Decimal 113 30 234 0.52 0.87 0 0.08 264.41 0.83 0.52
Hex 71 1E EA 34 57 0 8 108 53 34
Octal 161 36 352 64 127 0 10 410 123 64
Binary 1110001 11110 11101010 110100 1010111 0 1000 100001000 1010011 110100

Color Harmonies of #711EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EEA

Black with #711EEA

Text Example


Text Example

White with #711EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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