Html Css Color HEX #700FDC Blue Violet

📋 copy color: '#700FDC'

red 112 ◦ green 15 ◦ blue 220

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

Shades of Blue Violet #700FDC

Tints of Blue Violet #700FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 32.28%
G = 4.32%
B = 63.4%

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

#700FDC (or 0x700FDC) is known color: Blue Violet. HEX triplet: 70, 0F and DC. RGB value is (112,15,220). Sum of RGB (Red+Green+Blue) = 112+15+220=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #700FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FDC is #8FF023. Grayscale: #424242. Windows color (decimal): -9433124 or 14421872. OLE color: 14421872.

HSL color Cylindrical-coordinate representation of color #700FDC: hue angle of 268.39º 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 #700FDC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 15 220 -
CMYK 0.49 0.93 0 0.14
HSL 268.39º 0.87% 0.46% -
HSV(B) 268.39º 0.93% 0.86% -
XYZ 19.77 8.95 68.4 -
YUV 67.37 214.14 159.83 -
System Red Green Blue C M Y K H S L
Decimal 112 15 220 0.49 0.93 0 0.14 268.39 0.87 0.46
Hex 70 F DC 31 5D 0 E 10C 57 2E
Octal 160 17 334 61 135 0 16 414 127 56
Binary 1110000 1111 11011100 110001 1011101 0 1110 100001100 1010111 101110

Color Harmonies of #700FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FDC

Black with #700FDC

Text Example


Text Example

White with #700FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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