Html Css Color HEX #700FDB Blue Violet

📋 copy color: '#700FDB'

red 112 ◦ green 15 ◦ blue 219

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

Shades of Blue Violet #700FDB

Tints of Blue Violet #700FDB

RGB

 RED value IS 112 (44.14% from 255) = 32.37%

 GREEN value IS 15 (6.25% from 255) = 4.34%

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

R = 32.37%
G = 4.34%
B = 63.29%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#700FDB (or 0x700FDB) is known color: Blue Violet. HEX triplet: 70, 0F and DB. RGB value is (112,15,219). Sum of RGB (Red+Green+Blue) = 112+15+219=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #700FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FDB is #8FF024. Grayscale: #424242. Windows color (decimal): -9433125 or 14356336. OLE color: 14356336.

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

Color convert

RGB 112 15 219 -
CMYK 0.49 0.93 0 0.14
HSL 268.53º 0.87% 0.46% -
HSV(B) 268.53º 0.93% 0.86% -
XYZ 19.64 8.9 67.7 -
YUV 67.26 213.64 159.91 -
System Red Green Blue C M Y K H S L
Decimal 112 15 219 0.49 0.93 0 0.14 268.53 0.87 0.46
Hex 70 F DB 31 5D 0 E 10D 57 2E
Octal 160 17 333 61 135 0 16 415 127 56
Binary 1110000 1111 11011011 110001 1011101 0 1110 100001101 1010111 101110

Color Harmonies of #700FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FDB

Black with #700FDB

Text Example


Text Example

White with #700FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700FDB; }

 p { color: rgb(112,15,219); }

 H1.HeaderClassName
 {
   color: #700FDB;
 }
 .AnyTagClassName
 {
   color: #700FDB;
 }
</style>

background-color css

<style>
 a { background-color: #700FDB; }

 a { background-color: rgb(112,15,219); }

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

border-color css

<style>
 span { border-color: #700FDB; }

 span { border-color: rgb(112,15,219); }

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