Html Css Color HEX #701D9E Vivid Violet

📋 copy color: '#701D9E'

red 112 ◦ green 29 ◦ blue 158

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

Shades of Vivid Violet #701D9E

Tints of Vivid Violet #701D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.7%

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

R = 37.46%
G = 9.7%
B = 52.84%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#701D9E (or 0x701D9E) is known color: Vivid Violet. HEX triplet: 70, 1D and 9E. RGB value is (112,29,158). Sum of RGB (Red+Green+Blue) = 112+29+158=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #701D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D9E is #8FE261. Grayscale: #444444. Windows color (decimal): -9429602 or 10362224. OLE color: 10362224.

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

Color convert

RGB 112 29 158 -
CMYK 0.29 0.82 0 0.38
HSL 278.6º 0.69% 0.37% -
HSV(B) 278.6º 0.82% 0.62% -
XYZ 13.29 6.79 32.96 -
YUV 68.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 112 29 158 0.29 0.82 0 0.38 278.6 0.69 0.37
Hex 70 1D 9E 1D 52 0 26 117 45 25
Octal 160 35 236 35 122 0 46 427 105 45
Binary 1110000 11101 10011110 11101 1010010 0 100110 100010111 1000101 100101

Color Harmonies of #701D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D9E

Black with #701D9E

Text Example


Text Example

White with #701D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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