Html Css Color HEX #701AEA Blue Violet

📋 copy color: '#701AEA'

red 112 ◦ green 26 ◦ blue 234

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

Shades of Blue Violet #701AEA

Tints of Blue Violet #701AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.99%

 BLUE value IS 234 (91.8% from 255) = 62.9%

R = 30.11%
G = 6.99%
B = 62.9%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#701AEA (or 0x701AEA) is known color: Blue Violet. HEX triplet: 70, 1A and EA. RGB value is (112,26,234). Sum of RGB (Red+Green+Blue) = 112+26+234=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #701AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701AEA is #8FE515. Grayscale: #4A4A4A. Windows color (decimal): -9430294 or 15342192. OLE color: 15342192.

HSL color Cylindrical-coordinate representation of color #701AEA: hue angle of 264.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701AEA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 26 234 -
CMYK 0.52 0.89 0 0.08
HSL 264.81º 0.83% 0.51% -
HSV(B) 264.81º 0.89% 0.92% -
XYZ 21.9 10.12 78.64 -
YUV 75.43 217.49 154.09 -
System Red Green Blue C M Y K H S L
Decimal 112 26 234 0.52 0.89 0 0.08 264.81 0.83 0.51
Hex 70 1A EA 34 59 0 8 109 53 33
Octal 160 32 352 64 131 0 10 411 123 63
Binary 1110000 11010 11101010 110100 1011001 0 1000 100001001 1010011 110011

Color Harmonies of #701AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AEA

Black with #701AEA

Text Example


Text Example

White with #701AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,234); }

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

background-color css

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

 a { background-color: rgb(112,26,234); }

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

border-color css

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

 span { border-color: rgb(112,26,234); }

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