Html Css Color HEX #706DA5 Scampi

📋 copy color: '#706DA5'

red 112 ◦ green 109 ◦ blue 165

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

Shades of Scampi #706DA5

Tints of Scampi #706DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.75%

R = 29.02%
G = 28.24%
B = 42.75%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#706DA5 (or 0x706DA5) is known color: Scampi. HEX triplet: 70, 6D and A5. RGB value is (112,109,165). Sum of RGB (Red+Green+Blue) = 112+109+165=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #706DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DA5 is #8F925A. Grayscale: #747474. Windows color (decimal): -9409115 or 10841456. OLE color: 10841456.

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

Color convert

RGB 112 109 165 -
CMYK 0.32 0.34 0 0.35
HSL 243.21º 0.24% 0.54% -
HSV(B) 243.21º 0.34% 0.65% -
XYZ 18.94 17.1 37.9 -
YUV 116.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 112 109 165 0.32 0.34 0 0.35 243.21 0.24 0.54
Hex 70 6D A5 20 22 0 23 F3 18 36
Octal 160 155 245 40 42 0 43 363 30 66
Binary 1110000 1101101 10100101 100000 100010 0 100011 11110011 11000 110110

Color Harmonies of #706DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DA5

Black with #706DA5

Text Example


Text Example

White with #706DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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