Html Css Color HEX #701690 Vivid Violet

📋 copy color: '#701690'

red 112 ◦ green 22 ◦ blue 144

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

Shades of Vivid Violet #701690

Tints of Vivid Violet #701690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 40.29%
G = 7.91%
B = 51.8%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#701690 (or 0x701690) is known color: Vivid Violet. HEX triplet: 70, 16 and 90. RGB value is (112,22,144). Sum of RGB (Red+Green+Blue) = 112+22+144=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #701690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701690 is #8FE96F. Grayscale: #3E3E3E. Windows color (decimal): -9431408 or 9442928. OLE color: 9442928.

HSL color Cylindrical-coordinate representation of color #701690: hue angle of 284.26º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701690 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 22 144 -
CMYK 0.22 0.85 0 0.44
HSL 284.26º 0.73% 0.33% -
HSV(B) 284.26º 0.85% 0.56% -
XYZ 12 6.03 26.92 -
YUV 62.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 112 22 144 0.22 0.85 0 0.44 284.26 0.73 0.33
Hex 70 16 90 16 55 0 2C 11C 49 21
Octal 160 26 220 26 125 0 54 434 111 41
Binary 1110000 10110 10010000 10110 1010101 0 101100 100011100 1001001 100001

Color Harmonies of #701690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701690

Black with #701690

Text Example


Text Example

White with #701690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701690; }

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

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

background-color css

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

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

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

border-color css

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

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

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