Html Css Color HEX #701B8C Vivid Violet

📋 copy color: '#701B8C'

red 112 ◦ green 27 ◦ blue 140

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

Shades of Vivid Violet #701B8C

Tints of Vivid Violet #701B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 40.14%
G = 9.68%
B = 50.18%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#701B8C (or 0x701B8C) is known color: Vivid Violet. HEX triplet: 70, 1B and 8C. RGB value is (112,27,140). Sum of RGB (Red+Green+Blue) = 112+27+140=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #701B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B8C is #8FE473. Grayscale: #404040. Windows color (decimal): -9430132 or 9182064. OLE color: 9182064.

HSL color Cylindrical-coordinate representation of color #701B8C: hue angle of 285.13º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701B8C is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 27 140 -
CMYK 0.20 0.81 0 0.45
HSL 285.13º 0.68% 0.33% -
HSV(B) 285.13º 0.81% 0.55% -
XYZ 11.81 6.12 25.37 -
YUV 65.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 112 27 140 0.20 0.81 0 0.45 285.13 0.68 0.33
Hex 70 1B 8C 14 51 0 2D 11D 44 21
Octal 160 33 214 24 121 0 55 435 104 41
Binary 1110000 11011 10001100 10100 1010001 0 101101 100011101 1000100 100001

Color Harmonies of #701B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B8C

Black with #701B8C

Text Example


Text Example

White with #701B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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