Html Css Color HEX #710DDB Blue Violet

📋 copy color: '#710DDB'

red 113 ◦ green 13 ◦ blue 219

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

Shades of Blue Violet #710DDB

Tints of Blue Violet #710DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 32.75%
G = 3.77%
B = 63.48%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#710DDB (or 0x710DDB) is known color: Blue Violet. HEX triplet: 71, 0D and DB. RGB value is (113,13,219). Sum of RGB (Red+Green+Blue) = 113+13+219=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #710DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DDB is #8EF224. Grayscale: #414141. Windows color (decimal): -9368101 or 14355825. OLE color: 14355825.

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

Color convert

RGB 113 13 219 -
CMYK 0.48 0.94 0 0.14
HSL 269.13º 0.89% 0.45% -
HSV(B) 269.13º 0.94% 0.86% -
XYZ 19.74 8.91 67.7 -
YUV 66.38 214.13 161.25 -
System Red Green Blue C M Y K H S L
Decimal 113 13 219 0.48 0.94 0 0.14 269.13 0.89 0.45
Hex 71 D DB 30 5E 0 E 10D 59 2D
Octal 161 15 333 60 136 0 16 415 131 55
Binary 1110001 1101 11011011 110000 1011110 0 1110 100001101 1011001 101101

Color Harmonies of #710DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DDB

Black with #710DDB

Text Example


Text Example

White with #710DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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