Html Css Color HEX #701F87 Vivid Violet

📋 copy color: '#701F87'

red 112 ◦ green 31 ◦ blue 135

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

Shades of Vivid Violet #701F87

Tints of Vivid Violet #701F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.56%

R = 40.29%
G = 11.15%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701F87 (or 0x701F87) is known color: Vivid Violet. HEX triplet: 70, 1F and 87. RGB value is (112,31,135). Sum of RGB (Red+Green+Blue) = 112+31+135=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #701F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701F87 is #8FE078. Grayscale: #424242. Windows color (decimal): -9429113 or 8855408. OLE color: 8855408.

HSL color Cylindrical-coordinate representation of color #701F87: hue angle of 286.73º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701F87 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 31 135 -
CMYK 0.17 0.77 0 0.47
HSL 286.73º 0.63% 0.33% -
HSV(B) 286.73º 0.77% 0.53% -
XYZ 11.55 6.17 23.5 -
YUV 67.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 112 31 135 0.17 0.77 0 0.47 286.73 0.63 0.33
Hex 70 1F 87 11 4D 0 2F 11F 3F 21
Octal 160 37 207 21 115 0 57 437 77 41
Binary 1110000 11111 10000111 10001 1001101 0 101111 100011111 111111 100001

Color Harmonies of #701F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F87

Black with #701F87

Text Example


Text Example

White with #701F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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