Html Css Color HEX #701D87 Vivid Violet

📋 copy color: '#701D87'

red 112 ◦ green 29 ◦ blue 135

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

Shades of Vivid Violet #701D87

Tints of Vivid Violet #701D87

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.51%

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

R = 40.58%
G = 10.51%
B = 48.91%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701D87 (or 0x701D87) is known color: Vivid Violet. HEX triplet: 70, 1D and 87. RGB value is (112,29,135). Sum of RGB (Red+Green+Blue) = 112+29+135=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #701D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D87 is #8FE278. Grayscale: #414141. Windows color (decimal): -9429625 or 8854896. OLE color: 8854896.

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

Color convert

RGB 112 29 135 -
CMYK 0.17 0.79 0 0.47
HSL 286.98º 0.65% 0.32% -
HSV(B) 286.98º 0.79% 0.53% -
XYZ 11.49 6.07 23.49 -
YUV 65.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 112 29 135 0.17 0.79 0 0.47 286.98 0.65 0.32
Hex 70 1D 87 11 4F 0 2F 11F 41 20
Octal 160 35 207 21 117 0 57 437 101 40
Binary 1110000 11101 10000111 10001 1001111 0 101111 100011111 1000001 100000

Color Harmonies of #701D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D87

Black with #701D87

Text Example


Text Example

White with #701D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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