Html Css Color HEX #711DDF Blue Violet

📋 copy color: '#711DDF'

red 113 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #711DDF

Tints of Blue Violet #711DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 30.96%
G = 7.95%
B = 61.1%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#711DDF (or 0x711DDF) is known color: Blue Violet. HEX triplet: 71, 1D and DF. RGB value is (113,29,223). Sum of RGB (Red+Green+Blue) = 113+29+223=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #711DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DDF is #8EE220. Grayscale: #4B4B4B. Windows color (decimal): -9364001 or 14622065. OLE color: 14622065.

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

Color convert

RGB 113 29 223 -
CMYK 0.49 0.87 0 0.13
HSL 265.98º 0.77% 0.49% -
HSV(B) 265.98º 0.87% 0.87% -
XYZ 20.57 9.72 70.6 -
YUV 76.23 210.83 154.23 -
System Red Green Blue C M Y K H S L
Decimal 113 29 223 0.49 0.87 0 0.13 265.98 0.77 0.49
Hex 71 1D DF 31 57 0 D 10A 4D 31
Octal 161 35 337 61 127 0 15 412 115 61
Binary 1110001 11101 11011111 110001 1010111 0 1101 100001010 1001101 110001

Color Harmonies of #711DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DDF

Black with #711DDF

Text Example


Text Example

White with #711DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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