Html Css Color HEX #706DA7 Scampi

📋 copy color: '#706DA7'

red 112 ◦ green 109 ◦ blue 167

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

Shades of Scampi #706DA7

Tints of Scampi #706DA7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 167 (65.63% from 255) = 43.04%

R = 28.87%
G = 28.09%
B = 43.04%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#706DA7 (or 0x706DA7) is known color: Scampi. HEX triplet: 70, 6D and A7. RGB value is (112,109,167). Sum of RGB (Red+Green+Blue) = 112+109+167=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 167 - color contains mainly: blue. Hex color #706DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DA7 is #8F9258. Grayscale: #747474. Windows color (decimal): -9409113 or 10972528. OLE color: 10972528.

HSL color Cylindrical-coordinate representation of color #706DA7: hue angle of 243.1º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706DA7 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 109 167 -
CMYK 0.33 0.35 0 0.35
HSL 243.1º 0.25% 0.54% -
HSV(B) 243.1º 0.35% 0.65% -
XYZ 19.13 17.17 38.87 -
YUV 116.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 112 109 167 0.33 0.35 0 0.35 243.1 0.25 0.54
Hex 70 6D A7 21 23 0 23 F3 19 36
Octal 160 155 247 41 43 0 43 363 31 66
Binary 1110000 1101101 10100111 100001 100011 0 100011 11110011 11001 110110

Color Harmonies of #706DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DA7

Black with #706DA7

Text Example


Text Example

White with #706DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706DA7; }

 p { color: rgb(112,109,167); }

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

background-color css

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

 a { background-color: rgb(112,109,167); }

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

border-color css

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

 span { border-color: rgb(112,109,167); }

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