Html Css Color HEX #710DD7 Blue Violet

📋 copy color: '#710DD7'

red 113 ◦ green 13 ◦ blue 215

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

Shades of Blue Violet #710DD7

Tints of Blue Violet #710DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.05%

R = 33.14%
G = 3.81%
B = 63.05%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#710DD7 (or 0x710DD7) is known color: Blue Violet. HEX triplet: 71, 0D and D7. RGB value is (113,13,215). Sum of RGB (Red+Green+Blue) = 113+13+215=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #710DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD7 is #8EF228. Grayscale: #414141. Windows color (decimal): -9368105 or 14093681. OLE color: 14093681.

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

Color convert

RGB 113 13 215 -
CMYK 0.47 0.94 0 0.16
HSL 269.7º 0.89% 0.45% -
HSV(B) 269.7º 0.94% 0.84% -
XYZ 19.22 8.7 64.96 -
YUV 65.93 212.13 161.57 -
System Red Green Blue C M Y K H S L
Decimal 113 13 215 0.47 0.94 0 0.16 269.7 0.89 0.45
Hex 71 D D7 2F 5E 0 10 10E 59 2D
Octal 161 15 327 57 136 0 20 416 131 55
Binary 1110001 1101 11010111 101111 1011110 0 10000 100001110 1011001 101101

Color Harmonies of #710DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DD7

Black with #710DD7

Text Example


Text Example

White with #710DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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