Html Css Color HEX #711FE8 Blue Violet

📋 copy color: '#711FE8'

red 113 ◦ green 31 ◦ blue 232

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

Shades of Blue Violet #711FE8

Tints of Blue Violet #711FE8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.24%

 BLUE value IS 232 (91.02% from 255) = 61.7%

R = 30.05%
G = 8.24%
B = 61.7%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#711FE8 (or 0x711FE8) is known color: Blue Violet. HEX triplet: 71, 1F and E8. RGB value is (113,31,232). Sum of RGB (Red+Green+Blue) = 113+31+232=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #711FE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FE8 is #8EE017. Grayscale: #4D4D4D. Windows color (decimal): -9363480 or 15212401. OLE color: 15212401.

HSL color Cylindrical-coordinate representation of color #711FE8: hue angle of 264.48º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FE8 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 31 232 -
CMYK 0.51 0.87 0 0.09
HSL 264.48º 0.81% 0.52% -
HSV(B) 264.48º 0.87% 0.91% -
XYZ 21.87 10.32 77.18 -
YUV 78.43 214.67 152.66 -
System Red Green Blue C M Y K H S L
Decimal 113 31 232 0.51 0.87 0 0.09 264.48 0.81 0.52
Hex 71 1F E8 33 57 0 9 108 51 34
Octal 161 37 350 63 127 0 11 410 121 64
Binary 1110001 11111 11101000 110011 1010111 0 1001 100001000 1010001 110100

Color Harmonies of #711FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FE8

Black with #711FE8

Text Example


Text Example

White with #711FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,31,232); }

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

background-color css

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

 a { background-color: rgb(113,31,232); }

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

border-color css

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

 span { border-color: rgb(113,31,232); }

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