Html Css Color HEX #710EDC Blue Violet

📋 copy color: '#710EDC'

red 113 ◦ green 14 ◦ blue 220

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

Shades of Blue Violet #710EDC

Tints of Blue Violet #710EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

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

R = 32.56%
G = 4.03%
B = 63.4%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#710EDC (or 0x710EDC) is known color: Blue Violet. HEX triplet: 71, 0E and DC. RGB value is (113,14,220). Sum of RGB (Red+Green+Blue) = 113+14+220=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #710EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EDC is #8EF123. Grayscale: #424242. Windows color (decimal): -9367844 or 14421617. OLE color: 14421617.

HSL color Cylindrical-coordinate representation of color #710EDC: hue angle of 268.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EDC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 14 220 -
CMYK 0.49 0.94 0 0.14
HSL 268.84º 0.88% 0.46% -
HSV(B) 268.84º 0.94% 0.86% -
XYZ 19.89 8.99 68.4 -
YUV 67.09 214.3 160.75 -
System Red Green Blue C M Y K H S L
Decimal 113 14 220 0.49 0.94 0 0.14 268.84 0.88 0.46
Hex 71 E DC 31 5E 0 E 10D 58 2E
Octal 161 16 334 61 136 0 16 415 130 56
Binary 1110001 1110 11011100 110001 1011110 0 1110 100001101 1011000 101110

Color Harmonies of #710EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EDC

Black with #710EDC

Text Example


Text Example

White with #710EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710EDC; }

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

 H1.HeaderClassName
 {
   color: #710EDC;
 }
 .AnyTagClassName
 {
   color: #710EDC;
 }
</style>

background-color css

<style>
 a { background-color: #710EDC; }

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

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

border-color css

<style>
 span { border-color: #710EDC; }

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

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