Html Css Color HEX #711ADF Blue Violet

📋 copy color: '#711ADF'

red 113 ◦ green 26 ◦ blue 223

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

Shades of Blue Violet #711ADF

Tints of Blue Violet #711ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

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

R = 31.22%
G = 7.18%
B = 61.6%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#711ADF (or 0x711ADF) is known color: Blue Violet. HEX triplet: 71, 1A and DF. RGB value is (113,26,223). Sum of RGB (Red+Green+Blue) = 113+26+223=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #711ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ADF is #8EE520. Grayscale: #494949. Windows color (decimal): -9364769 or 14621297. OLE color: 14621297.

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

Color convert

RGB 113 26 223 -
CMYK 0.49 0.88 0 0.13
HSL 266.5º 0.79% 0.49% -
HSV(B) 266.5º 0.88% 0.87% -
XYZ 20.5 9.58 70.58 -
YUV 74.47 211.82 155.48 -
System Red Green Blue C M Y K H S L
Decimal 113 26 223 0.49 0.88 0 0.13 266.5 0.79 0.49
Hex 71 1A DF 31 58 0 D 10A 4F 31
Octal 161 32 337 61 130 0 15 412 117 61
Binary 1110001 11010 11011111 110001 1011000 0 1101 100001010 1001111 110001

Color Harmonies of #711ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711ADF

Black with #711ADF

Text Example


Text Example

White with #711ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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