Html Css Color HEX #710DD8 Blue Violet

📋 copy color: '#710DD8'

red 113 ◦ green 13 ◦ blue 216

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

Shades of Blue Violet #710DD8

Tints of Blue Violet #710DD8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 216 (84.77% from 255) = 63.16%

R = 33.04%
G = 3.8%
B = 63.16%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#710DD8 (or 0x710DD8) is known color: Blue Violet. HEX triplet: 71, 0D and D8. RGB value is (113,13,216). Sum of RGB (Red+Green+Blue) = 113+13+216=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #710DD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD8 is #8EF227. Grayscale: #414141. Windows color (decimal): -9368104 or 14159217. OLE color: 14159217.

HSL color Cylindrical-coordinate representation of color #710DD8: hue angle of 269.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DD8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 13 216 -
CMYK 0.48 0.94 0 0.15
HSL 269.56º 0.89% 0.45% -
HSV(B) 269.56º 0.94% 0.85% -
XYZ 19.35 8.76 65.64 -
YUV 66.04 212.63 161.49 -
System Red Green Blue C M Y K H S L
Decimal 113 13 216 0.48 0.94 0 0.15 269.56 0.89 0.45
Hex 71 D D8 30 5E 0 F 10E 59 2D
Octal 161 15 330 60 136 0 17 416 131 55
Binary 1110001 1101 11011000 110000 1011110 0 1111 100001110 1011001 101101

Color Harmonies of #710DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DD8

Black with #710DD8

Text Example


Text Example

White with #710DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,216); }

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

background-color css

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

 a { background-color: rgb(113,13,216); }

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

border-color css

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

 span { border-color: rgb(113,13,216); }

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