Html Css Color HEX #701B9E Vivid Violet

📋 copy color: '#701B9E'

red 112 ◦ green 27 ◦ blue 158

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

Shades of Vivid Violet #701B9E

Tints of Vivid Violet #701B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 37.71%
G = 9.09%
B = 53.2%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#701B9E (or 0x701B9E) is known color: Vivid Violet. HEX triplet: 70, 1B and 9E. RGB value is (112,27,158). Sum of RGB (Red+Green+Blue) = 112+27+158=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #701B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B9E is #8FE461. Grayscale: #424242. Windows color (decimal): -9430114 or 10361712. OLE color: 10361712.

HSL color Cylindrical-coordinate representation of color #701B9E: hue angle of 278.93º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701B9E is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 27 158 -
CMYK 0.29 0.83 0 0.38
HSL 278.93º 0.71% 0.36% -
HSV(B) 278.93º 0.83% 0.62% -
XYZ 13.25 6.7 32.94 -
YUV 67.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 112 27 158 0.29 0.83 0 0.38 278.93 0.71 0.36
Hex 70 1B 9E 1D 53 0 26 117 47 24
Octal 160 33 236 35 123 0 46 427 107 44
Binary 1110000 11011 10011110 11101 1010011 0 100110 100010111 1000111 100100

Color Harmonies of #701B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B9E

Black with #701B9E

Text Example


Text Example

White with #701B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,158); }

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

background-color css

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

 a { background-color: rgb(112,27,158); }

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

border-color css

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

 span { border-color: rgb(112,27,158); }

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