Html Css Color HEX #701E9B Vivid Violet

📋 copy color: '#701E9B'

red 112 ◦ green 30 ◦ blue 155

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

Shades of Vivid Violet #701E9B

Tints of Vivid Violet #701E9B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 37.71%
G = 10.1%
B = 52.19%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#701E9B (or 0x701E9B) is known color: Vivid Violet. HEX triplet: 70, 1E and 9B. RGB value is (112,30,155). Sum of RGB (Red+Green+Blue) = 112+30+155=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #701E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701E9B is #8FE164. Grayscale: #444444. Windows color (decimal): -9429349 or 10165872. OLE color: 10165872.

HSL color Cylindrical-coordinate representation of color #701E9B: hue angle of 279.36º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701E9B is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 30 155 -
CMYK 0.28 0.81 0 0.39
HSL 279.36º 0.68% 0.36% -
HSV(B) 279.36º 0.81% 0.61% -
XYZ 13.06 6.74 31.62 -
YUV 68.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 112 30 155 0.28 0.81 0 0.39 279.36 0.68 0.36
Hex 70 1E 9B 1C 51 0 27 117 44 24
Octal 160 36 233 34 121 0 47 427 104 44
Binary 1110000 11110 10011011 11100 1010001 0 100111 100010111 1000100 100100

Color Harmonies of #701E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E9B

Black with #701E9B

Text Example


Text Example

White with #701E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,155); }

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

background-color css

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

 a { background-color: rgb(112,30,155); }

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

border-color css

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

 span { border-color: rgb(112,30,155); }

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