Html Css Color HEX #701B87 Vivid Violet

📋 copy color: '#701B87'

red 112 ◦ green 27 ◦ blue 135

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

Shades of Vivid Violet #701B87

Tints of Vivid Violet #701B87

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.85%

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

R = 40.88%
G = 9.85%
B = 49.27%

CMYK

 C value IS 0.17

 M value IS 0.8

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701B87 (or 0x701B87) is known color: Vivid Violet. HEX triplet: 70, 1B and 87. RGB value is (112,27,135). Sum of RGB (Red+Green+Blue) = 112+27+135=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #701B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B87 is #8FE478. Grayscale: #404040. Windows color (decimal): -9430137 or 8854384. OLE color: 8854384.

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

Color convert

RGB 112 27 135 -
CMYK 0.17 0.8 0 0.47
HSL 287.22º 0.67% 0.32% -
HSV(B) 287.22º 0.8% 0.53% -
XYZ 11.45 5.98 23.47 -
YUV 64.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 112 27 135 0.17 0.8 0 0.47 287.22 0.67 0.32
Hex 70 1B 87 11 50 0 2F 11F 43 20
Octal 160 33 207 21 120 0 57 437 103 40
Binary 1110000 11011 10000111 10001 1010000 0 101111 100011111 1000011 100000

Color Harmonies of #701B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B87

Black with #701B87

Text Example


Text Example

White with #701B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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