Html Css Color HEX #711CDC Blue Violet

📋 copy color: '#711CDC'

red 113 ◦ green 28 ◦ blue 220

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

Shades of Blue Violet #711CDC

Tints of Blue Violet #711CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 31.3%
G = 7.76%
B = 60.94%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#711CDC (or 0x711CDC) is known color: Blue Violet. HEX triplet: 71, 1C and DC. RGB value is (113,28,220). Sum of RGB (Red+Green+Blue) = 113+28+220=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #711CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CDC is #8EE323. Grayscale: #4A4A4A. Windows color (decimal): -9364260 or 14425201. OLE color: 14425201.

HSL color Cylindrical-coordinate representation of color #711CDC: hue angle of 266.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711CDC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 28 220 -
CMYK 0.49 0.87 0 0.14
HSL 266.56º 0.77% 0.49% -
HSV(B) 266.56º 0.87% 0.86% -
XYZ 20.14 9.51 68.48 -
YUV 75.3 209.66 154.89 -
System Red Green Blue C M Y K H S L
Decimal 113 28 220 0.49 0.87 0 0.14 266.56 0.77 0.49
Hex 71 1C DC 31 57 0 E 10B 4D 31
Octal 161 34 334 61 127 0 16 413 115 61
Binary 1110001 11100 11011100 110001 1010111 0 1110 100001011 1001101 110001

Color Harmonies of #711CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CDC

Black with #711CDC

Text Example


Text Example

White with #711CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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