Html Css Color HEX #701E9D Vivid Violet

📋 copy color: '#701E9D'

red 112 ◦ green 30 ◦ blue 157

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

Shades of Vivid Violet #701E9D

Tints of Vivid Violet #701E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 37.46%
G = 10.03%
B = 52.51%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#701E9D (or 0x701E9D) is known color: Vivid Violet. HEX triplet: 70, 1E and 9D. RGB value is (112,30,157). Sum of RGB (Red+Green+Blue) = 112+30+157=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #701E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701E9D is #8FE162. Grayscale: #444444. Windows color (decimal): -9429347 or 10296944. OLE color: 10296944.

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

Color convert

RGB 112 30 157 -
CMYK 0.29 0.81 0 0.38
HSL 278.74º 0.68% 0.37% -
HSV(B) 278.74º 0.81% 0.62% -
XYZ 13.23 6.81 32.51 -
YUV 69 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 112 30 157 0.29 0.81 0 0.38 278.74 0.68 0.37
Hex 70 1E 9D 1D 51 0 26 117 44 25
Octal 160 36 235 35 121 0 46 427 104 45
Binary 1110000 11110 10011101 11101 1010001 0 100110 100010111 1000100 100101

Color Harmonies of #701E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E9D

Black with #701E9D

Text Example


Text Example

White with #701E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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