Html Css Color HEX #701AA1 Vivid Violet

📋 copy color: '#701AA1'

red 112 ◦ green 26 ◦ blue 161

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

Shades of Vivid Violet #701AA1

Tints of Vivid Violet #701AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.85%

R = 37.46%
G = 8.7%
B = 53.85%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#701AA1 (or 0x701AA1) is known color: Vivid Violet. HEX triplet: 70, 1A and A1. RGB value is (112,26,161). Sum of RGB (Red+Green+Blue) = 112+26+161=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #701AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AA1 is #8FE55E. Grayscale: #424242. Windows color (decimal): -9430367 or 10558064. OLE color: 10558064.

HSL color Cylindrical-coordinate representation of color #701AA1: hue angle of 278.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701AA1 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 26 161 -
CMYK 0.30 0.84 0 0.37
HSL 278.22º 0.72% 0.37% -
HSV(B) 278.22º 0.84% 0.63% -
XYZ 13.48 6.76 34.31 -
YUV 67.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 112 26 161 0.30 0.84 0 0.37 278.22 0.72 0.37
Hex 70 1A A1 1E 54 0 25 116 48 25
Octal 160 32 241 36 124 0 45 426 110 45
Binary 1110000 11010 10100001 11110 1010100 0 100101 100010110 1001000 100101

Color Harmonies of #701AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AA1

Black with #701AA1

Text Example


Text Example

White with #701AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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