Html Css Color HEX #701F91 Vivid Violet

📋 copy color: '#701F91'

red 112 ◦ green 31 ◦ blue 145

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

Shades of Vivid Violet #701F91

Tints of Vivid Violet #701F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 38.89%
G = 10.76%
B = 50.35%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#701F91 (or 0x701F91) is known color: Vivid Violet. HEX triplet: 70, 1F and 91. RGB value is (112,31,145). Sum of RGB (Red+Green+Blue) = 112+31+145=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #701F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701F91 is #8FE06E. Grayscale: #434343. Windows color (decimal): -9429103 or 9510768. OLE color: 9510768.

HSL color Cylindrical-coordinate representation of color #701F91: hue angle of 282.63º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701F91 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 31 145 -
CMYK 0.23 0.79 0 0.43
HSL 282.63º 0.65% 0.35% -
HSV(B) 282.63º 0.79% 0.57% -
XYZ 12.28 6.47 27.39 -
YUV 68.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 112 31 145 0.23 0.79 0 0.43 282.63 0.65 0.35
Hex 70 1F 91 17 4F 0 2B 11B 41 23
Octal 160 37 221 27 117 0 53 433 101 43
Binary 1110000 11111 10010001 10111 1001111 0 101011 100011011 1000001 100011

Color Harmonies of #701F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F91

Black with #701F91

Text Example


Text Example

White with #701F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,145); }

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

background-color css

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

 a { background-color: rgb(112,31,145); }

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

border-color css

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

 span { border-color: rgb(112,31,145); }

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