Html Css Color HEX #701496 Vivid Violet

📋 copy color: '#701496'

red 112 ◦ green 20 ◦ blue 150

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

Shades of Vivid Violet #701496

Tints of Vivid Violet #701496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 39.72%
G = 7.09%
B = 53.19%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#701496 (or 0x701496) is known color: Vivid Violet. HEX triplet: 70, 14 and 96. RGB value is (112,20,150). Sum of RGB (Red+Green+Blue) = 112+20+150=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #701496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701496 is #8FEB69. Grayscale: #3D3D3D. Windows color (decimal): -9431914 or 9835632. OLE color: 9835632.

HSL color Cylindrical-coordinate representation of color #701496: hue angle of 282.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701496 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 20 150 -
CMYK 0.25 0.87 0 0.41
HSL 282.46º 0.76% 0.33% -
HSV(B) 282.46º 0.87% 0.59% -
XYZ 12.44 6.15 29.39 -
YUV 62.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 112 20 150 0.25 0.87 0 0.41 282.46 0.76 0.33
Hex 70 14 96 19 57 0 29 11A 4C 21
Octal 160 24 226 31 127 0 51 432 114 41
Binary 1110000 10100 10010110 11001 1010111 0 101001 100011010 1001100 100001

Color Harmonies of #701496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701496

Black with #701496

Text Example


Text Example

White with #701496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701496; }

 p { color: rgb(112,20,150); }

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

background-color css

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

 a { background-color: rgb(112,20,150); }

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

border-color css

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

 span { border-color: rgb(112,20,150); }

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