Html Css Color HEX #701CE1 Blue Violet

📋 copy color: '#701CE1'

red 112 ◦ green 28 ◦ blue 225

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

Shades of Blue Violet #701CE1

Tints of Blue Violet #701CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

 BLUE value IS 225 (88.28% from 255) = 61.64%

R = 30.68%
G = 7.67%
B = 61.64%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#701CE1 (or 0x701CE1) is known color: Blue Violet. HEX triplet: 70, 1C and E1. RGB value is (112,28,225). Sum of RGB (Red+Green+Blue) = 112+28+225=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #701CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CE1 is #8FE31E. Grayscale: #4A4A4A. Windows color (decimal): -9429791 or 14752880. OLE color: 14752880.

HSL color Cylindrical-coordinate representation of color #701CE1: hue angle of 265.58º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701CE1 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 28 225 -
CMYK 0.50 0.88 0 0.12
HSL 265.58º 0.78% 0.5% -
HSV(B) 265.58º 0.88% 0.88% -
XYZ 20.69 9.71 72.02 -
YUV 75.57 212.33 153.98 -
System Red Green Blue C M Y K H S L
Decimal 112 28 225 0.50 0.88 0 0.12 265.58 0.78 0.5
Hex 70 1C E1 32 58 0 C 10A 4E 32
Octal 160 34 341 62 130 0 14 412 116 62
Binary 1110000 11100 11100001 110010 1011000 0 1100 100001010 1001110 110010

Color Harmonies of #701CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CE1

Black with #701CE1

Text Example


Text Example

White with #701CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,28,225); }

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

background-color css

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

 a { background-color: rgb(112,28,225); }

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

border-color css

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

 span { border-color: rgb(112,28,225); }

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