Html Css Color HEX #701E89 Vivid Violet

📋 copy color: '#701E89'

red 112 ◦ green 30 ◦ blue 137

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

Shades of Vivid Violet #701E89

Tints of Vivid Violet #701E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 40.14%
G = 10.75%
B = 49.1%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#701E89 (or 0x701E89) is known color: Vivid Violet. HEX triplet: 70, 1E and 89. RGB value is (112,30,137). Sum of RGB (Red+Green+Blue) = 112+30+137=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #701E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701E89 is #8FE176. Grayscale: #424242. Windows color (decimal): -9429367 or 8986224. OLE color: 8986224.

HSL color Cylindrical-coordinate representation of color #701E89: hue angle of 285.98º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701E89 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 30 137 -
CMYK 0.18 0.78 0 0.46
HSL 285.98º 0.64% 0.33% -
HSV(B) 285.98º 0.78% 0.54% -
XYZ 11.66 6.18 24.25 -
YUV 66.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 112 30 137 0.18 0.78 0 0.46 285.98 0.64 0.33
Hex 70 1E 89 12 4E 0 2E 11E 40 21
Octal 160 36 211 22 116 0 56 436 100 41
Binary 1110000 11110 10001001 10010 1001110 0 101110 100011110 1000000 100001

Color Harmonies of #701E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E89

Black with #701E89

Text Example


Text Example

White with #701E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,137); }

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

background-color css

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

 a { background-color: rgb(112,30,137); }

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

border-color css

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

 span { border-color: rgb(112,30,137); }

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