Html Css Color HEX #701FDA Blue Violet

📋 copy color: '#701FDA'

red 112 ◦ green 31 ◦ blue 218

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

Shades of Blue Violet #701FDA

Tints of Blue Violet #701FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.59%

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 31.02%
G = 8.59%
B = 60.39%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#701FDA (or 0x701FDA) is known color: Blue Violet. HEX triplet: 70, 1F and DA. RGB value is (112,31,218). Sum of RGB (Red+Green+Blue) = 112+31+218=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #701FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FDA is #8FE025. Grayscale: #4B4B4B. Windows color (decimal): -9429030 or 14294896. OLE color: 14294896.

HSL color Cylindrical-coordinate representation of color #701FDA: hue angle of 265.99º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701FDA is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 31 218 -
CMYK 0.49 0.86 0 0.15
HSL 265.99º 0.75% 0.49% -
HSV(B) 265.99º 0.86% 0.85% -
XYZ 19.83 9.49 67.12 -
YUV 76.54 207.84 153.29 -
System Red Green Blue C M Y K H S L
Decimal 112 31 218 0.49 0.86 0 0.15 265.99 0.75 0.49
Hex 70 1F DA 31 56 0 F 10A 4B 31
Octal 160 37 332 61 126 0 17 412 113 61
Binary 1110000 11111 11011010 110001 1010110 0 1111 100001010 1001011 110001

Color Harmonies of #701FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FDA

Black with #701FDA

Text Example


Text Example

White with #701FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701FDA; }

 p { color: rgb(112,31,218); }

 H1.HeaderClassName
 {
   color: #701FDA;
 }
 .AnyTagClassName
 {
   color: #701FDA;
 }
</style>

background-color css

<style>
 a { background-color: #701FDA; }

 a { background-color: rgb(112,31,218); }

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

border-color css

<style>
 span { border-color: #701FDA; }

 span { border-color: rgb(112,31,218); }

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