Html Css Color HEX #701A86 Vivid Violet

📋 copy color: '#701A86'

red 112 ◦ green 26 ◦ blue 134

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

Shades of Vivid Violet #701A86

Tints of Vivid Violet #701A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 41.18%
G = 9.56%
B = 49.26%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701A86 (or 0x701A86) is known color: Vivid Violet. HEX triplet: 70, 1A and 86. RGB value is (112,26,134). Sum of RGB (Red+Green+Blue) = 112+26+134=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #701A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A86 is #8FE579. Grayscale: #3F3F3F. Windows color (decimal): -9430394 or 8788592. OLE color: 8788592.

HSL color Cylindrical-coordinate representation of color #701A86: hue angle of 287.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701A86 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 26 134 -
CMYK 0.16 0.81 0 0.47
HSL 287.78º 0.68% 0.31% -
HSV(B) 287.78º 0.81% 0.53% -
XYZ 11.35 5.9 23.1 -
YUV 64.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 112 26 134 0.16 0.81 0 0.47 287.78 0.68 0.31
Hex 70 1A 86 10 51 0 2F 120 44 1F
Octal 160 32 206 20 121 0 57 440 104 37
Binary 1110000 11010 10000110 10000 1010001 0 101111 100100000 1000100 11111

Color Harmonies of #701A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A86

Black with #701A86

Text Example


Text Example

White with #701A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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