Html Css Color HEX #711DDA Blue Violet

📋 copy color: '#711DDA'

red 113 ◦ green 29 ◦ blue 218

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

Shades of Blue Violet #711DDA

Tints of Blue Violet #711DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 31.39%
G = 8.06%
B = 60.56%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#711DDA (or 0x711DDA) is known color: Blue Violet. HEX triplet: 71, 1D and DA. RGB value is (113,29,218). Sum of RGB (Red+Green+Blue) = 113+29+218=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #711DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DDA is #8EE225. Grayscale: #4A4A4A. Windows color (decimal): -9364006 or 14294385. OLE color: 14294385.

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

Color convert

RGB 113 29 218 -
CMYK 0.48 0.87 0 0.15
HSL 266.67º 0.77% 0.48% -
HSV(B) 266.67º 0.87% 0.85% -
XYZ 19.9 9.45 67.1 -
YUV 75.66 208.33 154.63 -
System Red Green Blue C M Y K H S L
Decimal 113 29 218 0.48 0.87 0 0.15 266.67 0.77 0.48
Hex 71 1D DA 30 57 0 F 10B 4D 30
Octal 161 35 332 60 127 0 17 413 115 60
Binary 1110001 11101 11011010 110000 1010111 0 1111 100001011 1001101 110000

Color Harmonies of #711DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DDA

Black with #711DDA

Text Example


Text Example

White with #711DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,218); }

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

background-color css

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

 a { background-color: rgb(113,29,218); }

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

border-color css

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

 span { border-color: rgb(113,29,218); }

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