Html Css Color HEX #701996 Vivid Violet

📋 copy color: '#701996'

red 112 ◦ green 25 ◦ blue 150

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

Shades of Vivid Violet #701996

Tints of Vivid Violet #701996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

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

R = 39.02%
G = 8.71%
B = 52.26%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#701996 (or 0x701996) is known color: Vivid Violet. HEX triplet: 70, 19 and 96. RGB value is (112,25,150). Sum of RGB (Red+Green+Blue) = 112+25+150=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #701996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701996 is #8FE669. Grayscale: #404040. Windows color (decimal): -9430634 or 9836912. OLE color: 9836912.

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

Color convert

RGB 112 25 150 -
CMYK 0.25 0.83 0 0.41
HSL 281.76º 0.71% 0.34% -
HSV(B) 281.76º 0.83% 0.59% -
XYZ 12.53 6.34 29.42 -
YUV 65.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 112 25 150 0.25 0.83 0 0.41 281.76 0.71 0.34
Hex 70 19 96 19 53 0 29 11A 47 22
Octal 160 31 226 31 123 0 51 432 107 42
Binary 1110000 11001 10010110 11001 1010011 0 101001 100011010 1000111 100010

Color Harmonies of #701996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701996

Black with #701996

Text Example


Text Example

White with #701996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701996; }

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

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

background-color css

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

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

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

border-color css

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

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

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