Html Css Color HEX #701DDD Blue Violet

📋 copy color: '#701DDD'

red 112 ◦ green 29 ◦ blue 221

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

Shades of Blue Violet #701DDD

Tints of Blue Violet #701DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 30.94%
G = 8.01%
B = 61.05%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#701DDD (or 0x701DDD) is known color: Blue Violet. HEX triplet: 70, 1D and DD. RGB value is (112,29,221). Sum of RGB (Red+Green+Blue) = 112+29+221=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #701DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DDD is #8FE222. Grayscale: #4B4B4B. Windows color (decimal): -9429539 or 14490992. OLE color: 14490992.

HSL color Cylindrical-coordinate representation of color #701DDD: hue angle of 265.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701DDD is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 29 221 -
CMYK 0.49 0.87 0 0.13
HSL 265.94º 0.77% 0.49% -
HSV(B) 265.94º 0.87% 0.87% -
XYZ 20.17 9.54 69.19 -
YUV 75.71 210 153.89 -
System Red Green Blue C M Y K H S L
Decimal 112 29 221 0.49 0.87 0 0.13 265.94 0.77 0.49
Hex 70 1D DD 31 57 0 D 10A 4D 31
Octal 160 35 335 61 127 0 15 412 115 61
Binary 1110000 11101 11011101 110001 1010111 0 1101 100001010 1001101 110001

Color Harmonies of #701DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DDD

Black with #701DDD

Text Example


Text Example

White with #701DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,29,221); }

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

background-color css

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

 a { background-color: rgb(112,29,221); }

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

border-color css

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

 span { border-color: rgb(112,29,221); }

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