Html Css Color HEX #711CEC Blue Violet

📋 copy color: '#711CEC'

red 113 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #711CEC

Tints of Blue Violet #711CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

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

R = 29.97%
G = 7.43%
B = 62.6%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711CEC (or 0x711CEC) is known color: Blue Violet. HEX triplet: 71, 1C and EC. RGB value is (113,28,236). Sum of RGB (Red+Green+Blue) = 113+28+236=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #711CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CEC is #8EE313. Grayscale: #4C4C4C. Windows color (decimal): -9364244 or 15473777. OLE color: 15473777.

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

Color convert

RGB 113 28 236 -
CMYK 0.52 0.88 0 0.07
HSL 264.52º 0.85% 0.52% -
HSV(B) 264.52º 0.88% 0.93% -
XYZ 22.37 10.4 80.18 -
YUV 77.13 217.66 153.59 -
System Red Green Blue C M Y K H S L
Decimal 113 28 236 0.52 0.88 0 0.07 264.52 0.85 0.52
Hex 71 1C EC 34 58 0 7 109 55 34
Octal 161 34 354 64 130 0 7 411 125 64
Binary 1110001 11100 11101100 110100 1011000 0 111 100001001 1010101 110100

Color Harmonies of #711CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CEC

Black with #711CEC

Text Example


Text Example

White with #711CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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