Html Css Color HEX #701699 Vivid Violet

📋 copy color: '#701699'

red 112 ◦ green 22 ◦ blue 153

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

Shades of Vivid Violet #701699

Tints of Vivid Violet #701699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 39.02%
G = 7.67%
B = 53.31%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#701699 (or 0x701699) is known color: Vivid Violet. HEX triplet: 70, 16 and 99. RGB value is (112,22,153). Sum of RGB (Red+Green+Blue) = 112+22+153=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #701699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701699 is #8FE966. Grayscale: #3F3F3F. Windows color (decimal): -9431399 or 10032752. OLE color: 10032752.

HSL color Cylindrical-coordinate representation of color #701699: hue angle of 281.22º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701699 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 22 153 -
CMYK 0.27 0.86 0 0.4
HSL 281.22º 0.75% 0.34% -
HSV(B) 281.22º 0.86% 0.6% -
XYZ 12.72 6.32 30.69 -
YUV 63.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 112 22 153 0.27 0.86 0 0.4 281.22 0.75 0.34
Hex 70 16 99 1B 56 0 28 119 4B 22
Octal 160 26 231 33 126 0 50 431 113 42
Binary 1110000 10110 10011001 11011 1010110 0 101000 100011001 1001011 100010

Color Harmonies of #701699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701699

Black with #701699

Text Example


Text Example

White with #701699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701699; }

 p { color: rgb(112,22,153); }

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

background-color css

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

 a { background-color: rgb(112,22,153); }

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

border-color css

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

 span { border-color: rgb(112,22,153); }

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