Html Css Color HEX #700BD7 Dark Violet

📋 copy color: '#700BD7'

red 112 ◦ green 11 ◦ blue 215

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

Shades of Dark Violet #700BD7

Tints of Dark Violet #700BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.25%

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

R = 33.14%
G = 3.25%
B = 63.61%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#700BD7 (or 0x700BD7) is known color: Dark Violet. HEX triplet: 70, 0B and D7. RGB value is (112,11,215). Sum of RGB (Red+Green+Blue) = 112+11+215=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #700BD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BD7 is #8FF428. Grayscale: #3F3F3F. Windows color (decimal): -9434153 or 14093168. OLE color: 14093168.

HSL color Cylindrical-coordinate representation of color #700BD7: hue angle of 269.71º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BD7 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 11 215 -
CMYK 0.48 0.95 0 0.16
HSL 269.71º 0.9% 0.44% -
HSV(B) 269.71º 0.95% 0.84% -
XYZ 19.07 8.59 64.94 -
YUV 64.46 212.96 161.91 -
System Red Green Blue C M Y K H S L
Decimal 112 11 215 0.48 0.95 0 0.16 269.71 0.9 0.44
Hex 70 B D7 30 5F 0 10 10E 5A 2C
Octal 160 13 327 60 137 0 20 416 132 54
Binary 1110000 1011 11010111 110000 1011111 0 10000 100001110 1011010 101100

Color Harmonies of #700BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BD7

Black with #700BD7

Text Example


Text Example

White with #700BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,11,215); }

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

background-color css

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

 a { background-color: rgb(112,11,215); }

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

border-color css

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

 span { border-color: rgb(112,11,215); }

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