Html Css Color HEX #701987 Vivid Violet

📋 copy color: '#701987'

red 112 ◦ green 25 ◦ blue 135

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

Shades of Vivid Violet #701987

Tints of Vivid Violet #701987

RGB

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

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

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

R = 41.18%
G = 9.19%
B = 49.63%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701987 (or 0x701987) is known color: Vivid Violet. HEX triplet: 70, 19 and 87. RGB value is (112,25,135). Sum of RGB (Red+Green+Blue) = 112+25+135=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #701987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701987 is #8FE678. Grayscale: #3F3F3F. Windows color (decimal): -9430649 or 8853872. OLE color: 8853872.

HSL color Cylindrical-coordinate representation of color #701987: hue angle of 287.45º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701987 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 25 135 -
CMYK 0.17 0.81 0 0.47
HSL 287.45º 0.69% 0.31% -
HSV(B) 287.45º 0.81% 0.53% -
XYZ 11.4 5.89 23.46 -
YUV 63.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 112 25 135 0.17 0.81 0 0.47 287.45 0.69 0.31
Hex 70 19 87 11 51 0 2F 11F 45 1F
Octal 160 31 207 21 121 0 57 437 105 37
Binary 1110000 11001 10000111 10001 1010001 0 101111 100011111 1000101 11111

Color Harmonies of #701987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701987

Black with #701987

Text Example


Text Example

White with #701987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701987; }

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

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

background-color css

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

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

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

border-color css

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

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

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